CakePHP is an open-source web, rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications.
I have a page that I want to redirect to that requires parameters in the URL: http://www.example.com/…
php url cakephp redirect parametersThis must be something utterly stupid that I've done or am doing, but I have an input with a value …
html cakephp cakephp-1.3I am using $form->input('Model.name', array('multiple'=>'checkbox'); I am trying to base on model data …
cakephpIn most web applications we need global var base_url. In cakephp to get base_url currently i put the …
php cakephpIn a controller, what is the most appropriate way to call the action of another controller and also pass an …
arrays cakephp parameters cakephp-1.3I want to get the last query CakePHP ran. I can't turn debug on in core.php and I can't …
mysql logging cakephpIf I call setcookie() two times with the same cookie name, I get two cookies created. How do you update …
php cookies httpcookie cakephpCan I use another Model inside one model? Eg. <?php class Form extends AppModel { var $name='Form'; var $helpers=…
cakephpI need to select all rows where User.site_url is not null. It's simple enough to do this in …
php cakephpAfter upgrading my PHP to 5.4.3 (WAMP server 2.2), my web app made in CakePHP 1.3, is showing the following errors in my …
php cakephp cakephp-1.3