On 22 Nov 2011, at 09:10, Sathia S wrote: > What is difference between CakePHP and Codeigniter ?? > > # In Codeigniter, can load model even in views. > But I think we cannot do that in cakephp.
why would you want to load model in the view? you'd load model data in the controller and set it in the view. silly old codeigniter.. .................................... Mike Karthäuser Director, Brightstorm Ltd. 1, Brewery Court North Street Bristol BS3 1JS [email protected] www.brightstorm.co.uk +44(0) 7939252144 .................................... -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
