Posts by Bruno • 1 point
1 post
-
0
votes2
answers582
viewsA: cakephp controller using functions from another controller
At the beginning of the controller you have to put: use Cake Controller Controller; And in the method place: Controller::loadModel('model name_model'); After I put it the error disappeared.…