Html: background:#633; border-bottom:1px solid #000; padding:10px; Cake php: <?php echo $this->Html->style(array( ‘background’ => ‘#633’, ‘border-bottom’ => ‘1px solid #000’, ‘padding’...
We describe the cakephp syntax for html tag. We use the following cakephp syntax for the according html tag. This...
How to setup :: Step 1 : Download cake php from http://cakephp.org and save it into php www directory and...
reCAPTCHA is a free ANTI-BOT service from google. This service is pretty good and very easy to implement. I have...
CakePHP has wonderful way to show error messages after validating Form fields. It shows two types of error messages. One...
Recenetly I worked on a project where I have make Conference call with multiple user. Add users or remove users...
CakePHP 2.1 :Put the “captcha” folder on path-to-cakephp-2.0/vendors/ – on root vendors folder. Use following App::import('Vendor', 'captcha/captcha'); CakePHP 2.0 :Put...
View works like a table, but it is not a table. It never exists; it is only a prepared SQL...