#Software Engineering Project: buydo.com
##Installation First of all, my grammar sucks. Please correct it if you found any errors.
Please use XAMPP and Sublime Text 2. Download it from here and here
Clone this repo and copy the contents inside to /XAMPP/htdocs/
After that, the contents inside /htdocs can be accessed from http://localhost/ in your favorite browser.
##For template creator(s):
View the template at
http://localhost/buydo/assets/frontend/
If you want to see the example codes, the original files is here: /buydo/assets/frontend/
###To create new template:
- create new
<file_name>.phpfile at/buydo/application/views/sample_view/ - preview changes at
http://localhost/buydo/index.php/vc/show/<file_name>, i.e.http://localhost/buydo/index.php/vc/show/sample(comes from /views/content/sample.php)
###Notes:
When referring codes from the template sample, please replace ../.. with <?php echo base_url(); ?>