CakePHP is an open-source web, rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications.
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-codesIf I do getLastInsertId() immediately after a save(), it works, but otherwise it does not. This is demonstrated in my …
cakephpI am starting to pick up PHP / MySQL, but in all the documentation I'm reading, it mentions /var/www/html …
php cakephp varUsing 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.xHere is my cakephp generated HTML radio box and text box script: <input type="radio" id="need_staff_on_…
jquery cakephpUsing 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.0I am responding to an AJAX call by sending it an XML document through PHP echos. In order to form …
php xml cakephpIs there a way to render a controller to a different view then normal? I'm trying to pass some data …
php cakephp