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.

CentOS: Enabling GD Support in PHP Installation

How do I go about enabling GD Support in a CentOS Installation?

php linux cakephp gd centos
Set Response Status Code

I have an API call for which I need to be able to run some checks and potentially return various …

php cakephp cakephp-1.3 http-status-codes
What is the equivalent to getLastInsertId() in Cakephp?

If I do getLastInsertId() immediately after a save(), it works, but otherwise it does not. This is demonstrated in my …

cakephp
What is /var/www/html?

I am starting to pick up PHP / MySQL, but in all the documentation I'm reading, it mentions /var/www/html …

php cakephp var
CakePHP select default value in SELECT input

Using CakePHP: I have a many-to-one relationship, let's pretend it's many Leafs to Trees. Of course, I baked a form …

php cakephp relationships helpers cakephp-2.x
how we add or remove readonly attribute from textbox on clicking radion button in cakephp using jquery?

Here is my cakephp generated HTML radio box and text box script: <input type="radio" id="need_staff_on_…

jquery cakephp
CakePHP find method with JOIN

Hi, I need to do the following query using the CakePHP find method: SELECT * FROM `messages` INNER JOIN users ON …

php sql cakephp join
CakePHP 3.0 installation: intl extension missing from system

Using the CakePHP docs, I am trying to install 3.0-beta2 using composer but I got this error: cakephp/cakephp 3.0.x-dev …

cakephp composer-php cakephp-3.0
How do you make strings "XML safe"?

I am responding to an AJAX call by sending it an XML document through PHP echos. In order to form …

php xml cakephp
Rendering controller to a different view in CakePHP

Is there a way to render a controller to a different view then normal? I'm trying to pass some data …

php cakephp