Bloxby was built using CodeIgniter in combination with an HMVC extension. This means that in order to add additional (public) pages to Bloxby, you will need to follow the typical HMVC approach:
- Add a module (by adding a folder in /application/modules/)
- Add a controller
- Add a view
- Add a route in the /application/config/routes.php file.
Additionally, if you would like to change the default landing page from /auth to something else, you will need to modify the /application/config/routes.php file and change the value of $route[‘default_controller’] to the new route.
Leave A Comment?
You must be logged in to post a comment.