You're better off using Plugins, "Support for vendor assets have been removed for 1.3.".
Make your own and simply use it where needed as a Helper / View / Model / Controller / There is a specific section in the book dealing with that. http://book.cakephp.org/view/1613/Vendor-assets#!/view/1612/Vendor-packages K -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Slim Sent: Saturday, February 19, 2011 5:22 AM To: CakePHP Subject: Where to put my own php classes and how to call them Hello everyone, first, I'm new to cakephp and new to the group, so in advance sorry if i'm posting something not in the right place, so t started using cakephp 1.3.7, followed the blog tutorial and pushed successfully a little more than the blog tutorial. I have 2 questions : 1-I wanna use tcpdf in my app ,I know i must put it in vendors , but what vendors directory ? [root]/vendors or app/vendors ? -and then, if wanna call the tcpdf class, I must give it a call like App::import('Vendor', 'tcpdf'); ? 2-now, If i have my own php classes, let's say, a Product,Employee classes , where do I mut put them ? and to call them I guess it's same as my firts question : something like App::import('[directory]', 'Product'); ?? Thks in advance, Slim -- 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
