Top "Cakephp-2.4" questions

This tag relates to the 2.4.x branch of the CakePHP MVC framework.

cakePHP value for empty option

is there a way to pass a value for the empty option in a select dropdown generated by the FormHelper? …

php cakephp formhelper cakephp-2.4
CakePHP 2.4 redirect() with POST data?

I'm looking to send the user to another page via a controller method. The other page expects POST data. Normally, …

php cakephp redirect post cakephp-2.4
Render view to string, then output json in cakephp

I am facing some problems with CakePHP 2.4 in the moment while working with AJAX and JSON. I want to render …

ajax json cakephp cakephp-2.4
CakePHP - How do I implement blowfish hashing for passwords?

Struggling to find answers to a few basic questions about using Blowfish in Cake 2.4. AppController.php public $components = array( 'Auth' =&…

cakephp cakephp-2.0 blowfish cakephp-2.4
CakePHP: Allowed memory size exhausted, increasing memory_limit is not helping

Specs = CakePHP 2.4.6, PHP 5.3.13, Windows 7 x64, Apache Server 2.4.9. I keep getting this error: Allowed memory size xxxx exhausted I have tried …

php apache cakephp memory-leaks cakephp-2.4
Pass Query string to cake style URL in cakephp and give ext of HTML

What I am trying to achieve: When user passes this: /results?val=real&x=1&y=0 it should show: /…

php cakephp cakephp-2.4 cakephp-routing
How do I run a CakePHP app in a sub-folder from the root domain?

I'm trying to setup a CakePHP app in a sub-folder but run it from the root domain, eg, user requests …

php .htaccess cakephp cakephp-2.4