POPULAR POSTS
CATEGORIES
Law
Written by admin
Using Style sheets in CakePHP
In Technology - more than a month ago
Recently I'm start working with CakePHP for one of my official project 'The Bangabhaban website'. This is my second local project. First one was 'votebd.com' developed with CodeIgniter. I'm very happy to being developer of such a project. Lets happy starting. I had to develop a template for demo purpose. here I discussed some CSS related problem solving tricks: 1. External Style Sheets: For access all images and style sheets you have to add following codes into .htaccess file. RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule.... more
+ Comments [ 0 ]