Written by: Lorenzo D. Alipio (PHP open source developer)
We are on part five of "Creating A Simple PHP MVC Framework (smarty version)" tutorial series. In this series, we will be integrating the Twitter Bootstrap front-end framework.
Download the twitter bootstrap here. Unzipped the file and move them in our project directory as shown by the directory diagram below.
+web
+themes
+default
+ css
+ font
+ ico
+ img
+ js
Inside the default directory create these 2 template files for the smarty. main.tpl will be the parent template and index.tpl for our first application template.
+web
+themes
+default
| + css
| + font
| + ico
| + img
| + js
main.tpl
index.tpl
This concludes our integration of twitter bootstrap with smarty. On the next part, we will create our very first application.
No comments:
Post a Comment