Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: change sess_expiration dynamically
Post: change sess_expiration dynamically

Hello, I want change $config['sess_expiration'] = xxxx; from controller, with auto-loaded session library the function $this->config->set_item() will not work because the session library will b...
5,313 Views
2 Replies
06-27-2016, 02:14 AM
Bassam
    Thread: solution to using database functions with oracle
Post: RE: solution to using database functions with orac...

try to use capital letters in table names for example : dont write PHP Code: -- // dont write $this->db->get('employee'); -- but write PHP Code: -- // but write $this->db->get('EMPLOYEE'); -...
8,508 Views
4 Replies
04-14-2015, 11:38 AM
Bassam
    Thread: route dose not work to sub folders
Post: RE: route dose no work to sub folders

Thank you all But I am still convinced that this is a bad thing in codeigniter , because no one put its classes in the controller directly
18,995 Views
16 Replies
04-09-2015, 05:24 AM
Bassam
    Thread: route dose not work to sub folders
Post: RE: route dose no work to sub folders

Thank you Narf I now change some codes in .\system\core\Router.php , to make it read sub folders, it work fine with me, I will try it for more time To make sure there are no errors in what I change ...
18,995 Views
16 Replies
04-08-2015, 12:36 PM
Bassam
  Thumbs Down Thread: solution to using database functions with oracle
Post: solution to using database functions with oracle

when using codeigniter functions with oracle we will have problem that it will add ( " )  to table names {EDITED - Your original post promoted a nono} An external suggestion was to change the e...
8,508 Views
4 Replies
04-08-2015, 08:37 AM
Bassam
    Thread: route dose not work to sub folders
Post: RE: route dose no work to sub folders

So there is no way to make it class inside sub folder in the controllers
18,995 Views
16 Replies
04-08-2015, 08:32 AM
Bassam
    Thread: route dose not work to sub folders
Post: RE: route dose no work to sub folders

but it was work fine in the old version !!
18,995 Views
16 Replies
04-07-2015, 01:17 PM
Bassam
    Thread: route dose not work to sub folders
Post: RE: route dose no work to sub folders

no changes the problem still Note that i use codeigniter 3.0 and it work fine on codeigniter 2.2.0
18,995 Views
16 Replies
04-07-2015, 12:40 PM
Bassam
  Photo Thread: route dose not work to sub folders
Post: route dose not work to sub folders

I have Front folder in the controller and inside it i have Home.php file in the file have index function when i make this in the config/route PHP Code: -- $route['default_controller'] = '...
18,995 Views
16 Replies
04-07-2015, 10:38 AM
Bassam

Theme © iAndrew 2016 - Forum software by © MyBB