CakePHP is an open-source web, rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications.
i am getting the following error Internal Server Error The server encountered an internal error or misconfiguration and was unable …
cakephp dreamhost internal-server-errorI am trying to configure MS-MSQL database on cakephp (Not mysql). My Wampserver is 2.2e-php5.4.3-httpd2.2.22-mysql5.5.24-32b on …
cakephp cakephp-1.3 cakephp-2.0 cakephp-2.1To find id whose value is equal to the id of an array of ids: $this->YourModel->find(…
cakephp cakephp-2.0I have multiple checkboxes in CakePHP's Add/Edit view, created with: echo $this->Form->input('email_warning_chb', …
cakephp cakephp-2.0 checkboxI am having a bear of a time saving the simplest record from a model called ItemView: if($this->…
cakephpWhat is conceptually the difference between symfony and cakephp?
cakephp symfony1 phpWorking with the CakePHP 3.0 beta, seems like a simple problem, but I've searched through the docs and can't find anything. …
cakephp cakephp-3.0I have some code in cakephp which produces an error. Here is the PHP Controller: $this->loadModel( 'Vote' ); //Newly …
cakephp internal-server-errorHi i have a apps running on CakePHP v 1.3. I've updated my wamp server to v2.4.After updating i got …
php cakephp cakephp-1.3 fatal-error