CakePHP

  • Cakephp syntax for some html tag part(2)

    Published on: April 27, 2026

    Author:


    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’...

  • Cakephp syntax for some html tag

    Published on: April 27, 2026

    Author:


    We describe the cakephp syntax for html tag. We use the following cakephp syntax for the according html tag. This...

  • Installation Process and Naming Convention of CakePHP (Part 1)

    Published on: August 2, 2013

    Author:


    How to setup :: Step 1 : Download cake php from http://cakephp.org and save it into php www directory and...

  • Use reCAPTCHA in CakePHP App

    Published on: January 2, 2013

    Author:


    reCAPTCHA is a free ANTI-BOT service from google. This service is pretty good and very easy to implement. I have...

  • Customize CakePHP’s Error Messages With Component

    Published on: November 8, 2012

    Author:


    CakePHP has wonderful way to show error messages after validating Form fields. It shows two types of error messages. One...

  • Managing Conference Calls With twilio API in Cakephp

    Published on: June 20, 2012

    Author:


    Recenetly I worked on a project where I have make Conference call with multiple user. Add users or remove users...

  • Simple Way to Create Captcha in CakePHP 1.2,CakePHP 1.3, CakePHP 2.0 and CakePHP 2.1

    Published on: April 13, 2012

    Author:


    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...

  • Implementing MySql View in CakePHP For Typeahead Search

    Published on: March 23, 2012

    Author:


    View works like a table, but it is not a table. It never exists; it is only a prepared SQL...

    • 1
    • 2