my-CakePHP

A blog tutorial on CakePHP - PHP Rapid Development Framework.

Friday, April 15, 2011

Two Important CakePHP Plugins You Must Use In Your Next Cake Project - ACL Plugin & Facebook Plugin

›
I am glad to get personal emails from a few of our readers. They are mostly Cake Newbies! I am really excited to find that this blog has hel...
2 comments:
Sunday, December 5, 2010

CakePHP: Tweak With Search, Managing Form Post Data

›
Nowadays, it has rather become a trend to let the visitors sort or filter search results. We let them search by the bestsellers, popular, ne...
Sunday, August 29, 2010

How to Open a File (xls, doc, pdf etc) through a link in CakePHP

›
Well this question was discussed in Google Group . The poster wants to open xls, doc, or pdf files using CakePHP. As such, he wants to crea...
3 comments:
Saturday, August 21, 2010

Something on CakePHP Notice (8): Undefined Index

›
I do not know what should be the perfect title for this post - amazing cake or uncanny cake. But unfortunately, CakePHP can literally drive ...
9 comments:
Saturday, August 7, 2010

How to use SEO urls in CakePHP without the ID

›
CakePHP offers massive support to create SEO friendly URLs on the fly. You can create SEO-friendly-urls without an ID value to refer to spec...
Friday, June 18, 2010

How to Add Robots Meta Tag to a CakePHP View File

›
This is a pirated idea... and hats off to Maquel Collado for his wonder post Adding robots meta-tag to a CakePHP view You should check t...
Thursday, May 6, 2010

How to Create Multiple AJAX Forms on Same Page in CakePHP

›
Settings: Say, your posts/index.ctp page displays the latest ten posts. You want to allow user to rate each post. Requirement: You MUST hav...
Friday, April 30, 2010

Where Should I Upload robots.txt file in CakePHP installation & Why I Thanked Google Webmaster Tool Once Again

›
For those rather newbies (ME too!), robots.txt  in a text file, which restricts access to specific folders or files in your web page. As suc...
5 comments:
Thursday, February 18, 2010

CakePHP Pagination & Custom Routes Issue

›
Custom Routes are something that make CakePHP very interesting! If you are reading this post you must have experimented with what we call c...
9 comments:
Saturday, February 13, 2010

How to Find Records using MySQL Match Against Query in CakePHP

›
To use MySQL Match Against Query in CakePHP: $needle = 'Search String' ; $conditions = array(   "MATCH(Post.title)    AGA...
5 comments:
›
Home
View web version
Powered by Blogger.