In 1.2 i used:
$pluginPaths = array(CAKE_CORE_INCLUDE_PATH . DS. 'vendors' . DS.
'plugins' . DS);
But.. in 1.3 have the new plugins path, and i believe thats not
necessary if i have defined :
if (!defined('CAKE_CORE_INCLUDE_PATH')) {
//define('CAKE_CORE_INCLUDE_PATH', ROOT);
define('CAKE_CORE_INCLUDE_PATH', $_SERVER['DOCUMENT_ROOT'] . DS
.
"libs2");
}
>libs2
>> cake
>> plugins
>>> detran
>>> ....
>> vendors
But i have not sucess in:
var $components = 'Detran.Util';
Anyone can help me?
Thanks, Celso.
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