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.

Cake PHP redirect with parameters in url

I have a page that I want to redirect to that requires parameters in the URL: http://www.example.com/…

php url cakephp redirect parameters
Input value doesn't display. How is that possible?

This must be something utterly stupid that I've done or am doing, but I have an input with a value …

html cakephp cakephp-1.3
cakephp: How to set checkbox to checked?

I am using $form->input('Model.name', array('multiple'=>'checkbox'); I am trying to base on model data …

cakephp
base_url in CakePHP

In most web applications we need global var base_url. In cakephp to get base_url currently i put the …

php cakephp
CakePHP: best way to call an action of another controller with array as parameter?

In a controller, what is the most appropriate way to call the action of another controller and also pass an …

arrays cakephp parameters cakephp-1.3
CakePHP - get last query run

I want to get the last query CakePHP ran. I can't turn debug on in core.php and I can't …

mysql logging cakephp
How do you update a cookie in PHP?

If I call setcookie() two times with the same cookie name, I get two cookies created. How do you update …

php cookies httpcookie cakephp
Can I use one model inside of a different model in CakePHP?

Can I use another Model inside one model? Eg. <?php class Form extends AppModel { var $name='Form'; var $helpers=…

cakephp
CakePHP: Find where field is not null

I need to select all rows where User.site_url is not null. It's simple enough to do this in …

php cakephp
How to eliminate php5 Strict standards errors?

After 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