Top "Cakephp" questions

CakePHP is an open-source web, rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications.

cakephp use another model inside current model

I know I can use another model inside a controller by doing $this->loadModel("MyModel"), but how do I …

php cakephp cakephp-1.3
CakePHP validation rule automatically adding a required attribute to the field

I 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.2
Cannot use 'Object as class name as it is reserved Cake 2.2.x

I'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.x
CakePHP Error: Unable to configure the session, setting session.auto_start failed

I'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.2
Dompdf: "Maximum execution time of 30 seconds exceeded"

Consistently (meaning every time) I try to load a relatively large amount of HTML related to a client form into …

php pdf cakephp rendering dompdf
How to send ajax response to Jquery from CakePhp?

I have this script in a view: <script type="text/javascript"> $(document).ready(function() { $("#addbrand").click(function() { $.ajax({ …

cakephp cakephp-2.0 cakephp-2.1
Global variable in controller cakephp 2

What'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.2
Cakephp tmp directory: Cache and Session Folders

Can someone please explain to me what kind of data is stored in these directories? For example, I have an …

session cakephp caching tmp
Turn off notices in cakePHP

I am new with cakePHP. I facing issue with notice on live server. I want to suppress or turn off …

php cakephp notice
creating virtual fields on the fly in CakePHP

I wish to create virtual fields on the fly. My Order & Order Details are like... //Order Model class Order …

cakephp cakephp-2.3