CakePHP is an open-source web, rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications.
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.1I'd like to create an application where when a Super user clicks a link the users should get a notification …
php javascript jquery ajax cakephpI wrote some function in app_helper file. now i need to call that function in my controller how i …
cakephp cakephp-1.3I'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.2I'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.0CakePHP's FormHelper is how you generate forms when making CakePHP applications. As one might assume, this includes generating input elements, …
php cakephp twitter-bootstrapI am using cakephp2. How to delete a single record with a condition ? I have a table named posts with …
cakephp cakephp-2.0I 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 yiiHow 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