Welcome Guest, Not a member yet? Register   Sign In
BaseController and BaseModel for CodeIgniter 3.0
#1

(This post was last modified: 09-24-2015, 07:15 AM by slax0r.)

I have developed a BaseController and BaseModel, to help with developing apps.
The base controller handles autoloading of views and layouts, as well as associative models and language files for the controller. The BaseController also auto-injects language strings into the view, if the keys are defined in the manner as expected. The BaseController will also try to automatically handle basic CRUD operations, although, for this to work, the same methods need to be defined in the model, or the model has to be extended from my BaseModel.
The base model simplifies simple database operations and result parsing.

This is still in early stages of development, although, granted, I have lately been too busy to keep up the development, but I have not abandoned them. Wink
You can find them on my GitHub account:
https://github.com/slax0rr/BaseController
https://github.com/slax0rr/BaseModel
Reply
#2

Interesting project.

I particularly like the documentation, so many GitHub repositories assume you already know how to use it and how it works, and never tell you how it works.

Some don't even tell you what the code is for!

So thanks and good luck with developing the Controller and Model code.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB