Demo Weblog is an example of a simple weblog system based on the CodeIgniter website.
I've used the CodeIgniter website as an example for my demo weblog. I stripped it down to a bare minimum, leaving the fine parser examples and then build it up again with examples from the study guide.
- Bootstrap 3 with a blog theme
- A few parser examples (MY_Controller)
- Static pages
- News tutorial with CRUD
- Pagination
- A simple contact form with Captcha
- Markdown parser
- Highlight.js
- HTML Purifier
- CodeIgniter HTML Purifier Helper
- Screenshot
- Copy the files to a preferred location.
- Edit 'config.php' to suit your needs.
- Autoload the config file 'demo_settings'.
- Inject the database schema into your newly created mysql database.
That's it!