He was getting errors when calling a Tree helper method. As the array of helpers was set up incorrectly ($actAs instead of $actsAs) the helper wasn't loaded, so the method failed.
Jeremy Burns Class Outfit [email protected] http://www.classoutfit.com On 31 Jan 2011, at 13:19, rahul jeevan wrote: > hi > > wat is the actual problem > > On Mon, Jan 31, 2011 at 11:15 AM, Jeremy Burns | Class Outfit > <[email protected]> wrote: > He had $actAs instead of $actsAs, so the behaviour wasn't loading. It's a > common mistake. > > > Jeremy Burns > Class Outfit > > [email protected] > http://www.classoutfit.com > > On 29 Jan 2011, at 11:59, satya prakash wrote: > >> YOU ARE CHECH IN MODEL QUERYES AND CHECK SYNTAX ; OR ' OR " . THESE SOULD BE >> CHECK >> >> -- >> 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 > > > -- > 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 > > > > -- > rahul > > -- > 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 -- 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
