Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Initialisation of the Database
Post: Initialisation of the Database

Hi! I would like to implement an installation routine. When my default controller is started, it should invoke a function that create if needed the tables in my database... The question is where...
2,389 Views
1 Replies
09-08-2015, 03:32 AM
maquejp
    Thread: Split controller
Post: RE: Split controller

I found a solution: custom libraries... In my Page.php controller I have now: ... public function houses() { $this->load->library('HousesLib'); $this->houseslib->index(); ...
2,875 Views
2 Replies
09-03-2015, 01:00 PM
maquejp
  Brick Thread: Split controller
Post: Split controller

Hello, I start working with codeigniter. I have one Controller (called Pages default one) that contains all my functions. I would like to split the file in several Controller to group by applicat...
2,875 Views
2 Replies
09-03-2015, 11:48 AM
maquejp

Theme © iAndrew 2016 - Forum software by © MyBB