Symfony V/S Codeigniter
Posted by Sajith M.R in php, webworld on 02. Jun, 2009 | 8 Comments
V/S
I have developed more than 7 web projects using Symfony framework. Mobshare.in, Amvizone.com, Campaignmanger.in , Movieonline.in etc are some of the websites. But for the past 5 months my developement is in Codeigniter. It is very very lighter than Symfony and has almost all the features of Symfony. Both are MVC [...]
Simple steps to create a wordpress theme
Posted by Sajith M.R in php, php source code, webworld on 03. Apr, 2008 | 9 Comments
Wordpress theme is merely a folder which is to be placed in wp-content folder of wordpress hierarchy .
The basic files needed in that theme folder is index.php and style.css
In this style.css the following lines are very essential.
/*
Theme Name: Theme Namet
Theme URI: http://www.sajithmr.com/
Description: Details of your theme
Author: Author name
Author URI: http://www.sajithmr.com/
This theme was designed and built [...]


