In the CakePHP 1.3 Book, "New features in CakePHP 1.3 :: Appendices :: The Manual :: 1.3 Collection" (http://book.cakephp.org/view/1572/New- features-in-CakePHP-1-3), there's a subsection of the "# Library classes" section called "App/libs" that has examples of using App::import() to load from the libs directory as well as from the libs directory of plugins.
On Apr 6, 7:12 am, lsiden <[email protected]> wrote: > No problem. According > tohttp://book.cakephp.org/view/936/Importing-Controllers-Models-Compone..., > "All application related classes should also be loaded with > App::Import()." I didn't have time to examine App::Import() closely, > but I'm guessing that there may be some important functionality > missing if I don't use it. > > On Apr 6, 2:09 am, Zaky Katalan-Ezra <[email protected]> wrote: > > > > > What is the problem with require_once()? -- 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
