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.

how to Update a field in Cakephp

i am newbie in Cakephp so I feel difficulties to implement the database queries .. what i want is I want …

cakephp sql-update cakephp-2.0 cakephp-2.1
Push notification to the client browser

I'd like to create an application where when a Super user clicks a link the users should get a notification …

php javascript jquery ajax cakephp
How to use a helper function in a controller?

I wrote some function in app_helper file. now i need to call that function in my controller how i …

cakephp cakephp-1.3
How can I load a reCaptcha form using jQuery/AJAX while leaving the reCaptcha scripts in place?

I load my contact form into my page with JQuery/AJAX. The contact form contains the reCaptcha scripts. Unfortunately, JQuery …

jquery ajax cakephp recaptcha
CakePHP: Passing $this->data to the View from Controller

I'm using CakePHP 1.2 and I'm just wondering if there is any side affect on passing the $this->data to …

cakephp cakephp-1.2
How to import vendor files in CakePHP 3x

I'm working with CakePHP 3(beta 2) version recently launched. I need to integrate Facebook Login using PHP SDKs and I'm not …

cakephp vendor cakephp-3.0
Using CakePHP FormHelper with Bootstrap Forms

CakePHP's FormHelper is how you generate forms when making CakePHP applications. As one might assume, this includes generating input elements, …

php cakephp twitter-bootstrap
How to delete a single record with where condition in cakephp?

I am using cakephp2. How to delete a single record with a condition ? I have a table named posts with …

cakephp cakephp-2.0
PHP Frameworks (CodeIgniter, Yii, CakePHP) vs. Django

I have to develop a site which has to accomodate around 2000 users a day and speed is a criterion for …

python django cakephp web-frameworks yii
CakePHP Get IP Address

How can I get the client's IP address in CakePHP? It'd be $_SERVER['REMOTE_ADDR'] in plain PHP. I thought …

php cakephp ip-address