CakePHP is an open-source web, rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications.
I know I can use another model inside a controller by doing $this->loadModel("MyModel"), but how do I …
php cakephp cakephp-1.3I am using a custom validation rule in CakePHP to be sure a value is entered into a field when …
cakephp cakephp-2.0 cakephp-2.1 cakephp-2.2I'm having an issue trying to set up a testing copy of a site we have running, I have the …
php cakephp php-7.2 cakephp-2.2 cakephp-2.xI'm getting this error: Error: [CakeSessionException] Unable to configure the session, setting session.auto_start failed. I'm using Cakephp 2.2.4. EDIT …
php session cakephp cakephp-2.2I have this script in a view: <script type="text/javascript"> $(document).ready(function() { $("#addbrand").click(function() { $.ajax({ …
cakephp cakephp-2.0 cakephp-2.1What's the way to have a global variable inside a controller? I have tried to do it using beforeFilter but …
cakephp cakephp-2.0 cakephp-2.1 cakephp-2.2I am new with cakePHP. I facing issue with notice on live server. I want to suppress or turn off …
php cakephp noticeI wish to create virtual fields on the fly. My Order & Order Details are like... //Order Model class Order …
cakephp cakephp-2.3