remove COMPONENTS constant

This commit is contained in:
AD7six 2011-04-17 12:04:01 +02:00
parent 80e68763a3
commit af505df885

View file

@ -58,11 +58,6 @@ if (!defined('APP')) {
*/
define('BEHAVIORS', MODELS.'Behavior'.DS);
/**
* Path to the application's components directory.
*/
define('COMPONENTS', CONTROLLERS.'Component'.DS);
/**
* Path to the application's libs directory.
*/