Can someone help me out with this? This seems to be a scoping issue, somehow.
For example, when I had these two values echoed out, I get true for the function I created, but false for the AppModel subquery function: $subquery = method_exists($this->fi, 'subquery'); $userdefined = method_exists($this->fi, 'getItemsName'); It is specifically the fact that I cannot seem to access the subquery() function that is the problem, since I need to create subqueries in order to do the complex searches I'm trying to accomplish. Any help out there? -- 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
