I cannot get access to recursive models in my cakephp shell.
The data of MyModel are loaded, but joins are not performed. When using the same MyModel and associations from a controller, joins are performed and data is loaded.
Does anybody experienced this problem ?
The problem was comming from the $uses I was using:
In controller I had:
In shell I had:
Cakephp was able to find the model even without reference to the plugin, but it failed to find HABTM ones.