How to add stylesheets and javascript in smarty
how to add styles and javascript, to smarty application, in the head section written the styles code but when we are applying...
Read More
How to set the pagination in CodeIgniter?
In this i would like to explain about how to set the pagination in codeigniter framework. See the code below: to set...
Read More
How to configure the baseurl in CodeIgniter
This post explains about how to configure the baseurl in CodeIgniter in your localhost. See the code: In the application\config\ in that...
Read More
How to create database connection using CodeIgniter?
This post explains about How to create database connection using Codegniter. Follow the below steps 1. Create new/existing user for your application...
Read More
How to write SEO friendly urls in CodeIgniter
Hi, In this post i will going to explain about How to write SEO friendly urls in CodeIgniter using .htacess file. create ...
Read More
What is CodeIgniter,how to install in local system?
CodeIgniter is framework which is follow the MVC architecture. MVC means – Model , View and Cotroller. Model : It is represents...
Read More
What is smarty and uses of smarty?
Friends , i would like to write short note on Smarty which is opensource package for the php. Download the files from...
Read More
About CakePHP
What Is CakePHP? The Official website: http://www.cakephp.org/ CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing,...
Read More