bootstrap.php PS: in cake 1.3 you should use libs for own library files! /app/lib
and include it with App::import( 'Lib', 'MyLibFile'); On 7 Sep., 15:58, Chuck <[email protected]> wrote: > I want a particular vendor library file (my own) to always be > included. Instead of sprinkling App::import( 'Vendor', 'my_library' ) > all over the place, I would like to have that line only once in my > application. Is there a proper place to do this? > > Thanks, > Chuck Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
