2
Can anyone tell me how to use a Component I created in cakephp within a cake console script?
I tried using App::import but could not.
For example in a normal controller I can use my Component as follows:
public $components = array('MeuComponent');
But in Shell it doesn’t work =/
Can anyone tell me how to use Meucomponent inside a Cakephp Shell?