Re: CakePHP 2.0 - custom order plugin loading

2012-02-02 Thread majna
Plugins are loaded in order you call/define them. CakePlugin::loaded() just spit out *sorted *plugin list. -- 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

CakePHP 2.0 - custom order plugin loading

2012-02-01 Thread arturkepa.com
How to load plugins using custom order with CakePlugin::load ? By default it is alphabetical order ps. http://stackoverflow.com/questions/9101722/cakephp-2-0-custom-order-plugin-loading -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new