Help! vendor() is deprecated.

No, I don't need help - I am the one providing it
Use of vendor() function to load third party libs in CakePHP has been deprecated for some time now... It has been replaced with the more generic App::import() the usage is simple
PLAIN TEXT
PHP:

App::import('vendor', 'filename');

And it works fine.... now now! I wouldn't [...]

Posted on 5/10/08 by Tarique Sani | no comments; | Filed Under: CakePHP | read on

Multiple validation rules per model field while baking

Bake does a good job of creating models and validations. However, bake does not allow for multiple validation rules on a single field. This is not much of a problem if you have only a few models but when you start to work on several dozen models in a project it becomes very tedious to [...]

Posted on 4/29/08 by Amit Badkas | 2 comments | Filed Under: Bake, CakePHP, Console | read on

About this blog

This blog is an extension of our commitment to Open Source community. Through this blog we intend to share our ideas and experiences both in the field of technology as well as business management.

The authors of this blog are all members of the Team SANIsoft

Categories

Argue for your limitations, and sure enough they're yours - Richard Bach