Return to Snippet

Revision: 28733
at July 13, 2010 11:58 by sveggiani


Initial Code
$person = ClassRegistry::init('Person');;
$people = $person->find('all'); pr( $people );

Initial URL
http://api.cakephp.org/class/class-registry#method-ClassRegistryinit

Initial Description


Initial Title
Import a Model from another model in Cakephp 1.2 & 1.3

Initial Tags
cakephp

Initial Language
PHP