Home » Framework

Hi friends, This is my presentation ralated to php frameworks. And explained more about codeigniter framework and along with sample application and screenshots. Once go thouth it. Php frameworks View more presentations from anil2u.
Filed in: Articles, Framework

 

Hi friends, This post explains about codeigniter plugin development for multi-language support using google translate API. This is  my own contribution in Codeigniter framework. With using google translate API it is developed. The procedure and how to implement in our application is in below github link. Readme.txt will give complete procedure to...

 

Hi friends, In this post i want to explain how to implement events calender in oscommerce. We can schedule the products and we can display the which events/products are schedule in which date. And i have implemented demo in smarty application. Screenshot of event calendar : Events calender implementation in oscommerce using php code | Anil Labs     Call...

 

Hi friends , the following script will discuss for how to implement google map in smarty application. 1) Sign up for API key of googlemap http://code.google.com/apis/maps/signup.html 2) Create a google map class. Googlemap implementation in smarty - Anil Labs   3) Create a tpl file, and add below code : 1234567891011121314151617181920{php} $key="Your...
Filed in: Smarty

 

In this post i would like to explain about how to create thumbnail images in codeigniter framework. In the following function will give the clear understand about the code. Create Thumbnail Function 1234567891011function _createThumbnail($fileName) { $config['image_library'] = 'gd2'; $config['source_image'] = 'uploads/'...
Filed in: CodeIgniter