Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: ORM[suggestion]
Post: RE: ORM[suggestion]

actually we're always use datamapper for this case. quite easy to install. But anyway, native will be the best. Vote up to integrate ORM to CI3x
45,547 Views
0 Replies
12-23-2014, 12:29 AM
libreteam_studio
    Thread: Removing $this-> from codeigniter 3+
Post: RE: Removing $this-> from codeigniter 3+

i think it's not possible with php (problem of global variable). but i have an idea for this Code: -- $load = $this->load; $load->view("YOUR_VIEW_HERE"); -- or kind of helper Code: -- ...
29,293 Views
0 Replies
12-22-2014, 02:11 AM
libreteam_studio
    Thread: CI3 User Guide Style
Post: RE: CI3 User Guide Style

that's so sad. it's very very very clean and nice design.
66,556 Views
0 Replies
12-19-2014, 10:37 AM
libreteam_studio
    Thread: Upload class won't upload .ico
Post: RE: Upload class won't upload .ico

can you show me your total code (even form view code)?
6,055 Views
4 Replies
12-18-2014, 05:49 PM
libreteam_studio
    Thread: Get last 2 access urls
Post: RE: Get last 2 access urls

store it in session, and it will be fine :)
10,311 Views
0 Replies
12-18-2014, 05:39 PM
libreteam_studio
    Thread: Avoiding massive controller: where to put individual files
Post: RE: Avoiding massive controller: where to put indi...

Firstly, have a nice choice with CI :D for your massive php file is all stored in same folder (not root folder), so I purpose that you can modify your .htaccess file to ignore rewrite url for that...
27,205 Views
0 Replies
12-18-2014, 12:43 AM
libreteam_studio
    Thread: Is it possible to establish a catchall controller method?
Post: RE: Is it possible to establish a catchall control...

We have a walkthrough to use in this case $route['(\S*)\.html?'] = "pagecreator/generate/$1"; this will let all the url with end is .html or .htm route to the controller and function that you de...
34,409 Views
20 Replies
12-18-2014, 12:32 AM
libreteam_studio

Theme © iAndrew 2016 - Forum software by © MyBB