/ Published in: PHP
URL: http://api.cakephp.org/class/class-registry#method-ClassRegistryinit
Expand |
Embed | Plain Text
$person = ClassRegistry::init('Person');; $people = $person->find('all'); pr( $people );
You need to login to post a comment.
