PHP Freelancer

 

PHP Programmer India

PHP Freelancer PHP Freelancer India PHP Programmer India PHP Freelancer Indian Freelancer Freelance Programmer Freelance Developer Freelance Web Developer Freelance Programmer India Hire PHP Developer India Wordpress Developer India CakePHP Developer India

PHP Framework

Zip Component in CakePHP-Add files in Zip

Today i have implemented a Zip functionality in CakePHP. If you want to create an archive file consists of some files to give a download Zip file option to user than i might help you to show the steps. Below are the steps how to zip all files and save it to some folder.

Problem in Mozilla Firefox-Easy AJAX Pagination Using JQuery CakePHP

I was working with CakePHP's Easy AJAX Pagination Using JQuery. I found this as a great code for sorting and paging with jQuery in CakePHP. But i faced a problem in Mozilla Firefox. It is not working in Mozilla Firefox. While in IE and Crome it works fine for me.

$html->link with html or image in CakePHP 1.2/1.3

Today i was working with $html->link in CakePHP 1.3. I need to show image and make a link on that image. If i use the $html->link and place the $html->img for link label than it display img html tag text and not showing the image. You can do it by defining escape to false. But syntax for defining 'escape'=>flase in CakePHP 1.3 is different.

Display/Show Empty Option of selectbox in CakePHP 1.3

If you are working with CakePHP than you must be aware with some syntax changes in CakePHP 1.3 with compare to CakePHP 1.2. If you are working with selectbox form automagic element in CakePHP than you might get difficulty in showing default option label. By default it shows blank value and blank label for first option of selectbox. If you want to change the empty value label from blank to "select" or any other text than here is the way to show it.

Requirement for CakePHP & Installation Guide

I am working with CakePHP since last few months. Initially i was worried that how to adjust with new framework and how much time will it take to learn. But its very easier to learn with and very easy to work with. Here in my first post, i am showing you the Requirement & steps for CakePHP installation.

Facts of CakePHP : Famous Open Source PHP Framework

CakePHP is one of the famous open source web application framework(PHP Framework) that provides an extensible architecture for developing, maintaining, and deploying applications. In 2005,Larry Masters started CakePHP when Ruby on Rails was gaining popularity as a framework on Ruby Programming language. CakePHP was developed using some useful concept of Ruby On Rails.