Tag Archives: php

Cakephp plugin models without tables

This one kept me up a few days while doing development. The documentation at the Cakephp.org site does not mention that models from a plugin referenced have to be added in the $uses array on a controller as $uses=array(‘Plugin.Model’). So … Continue reading

Posted in Cakephp | Tagged , , | Leave a comment