Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Where to define database when not autoloading?
Post: Where to define database when not autoloading?

Hi. I have 2 databases and I want to optimize my site. Should I call PHP Code: -- $this->db1 = $this->load->database('somegroupname1', true); $this->db2 = $this->load->database('somegroupna...
2,434 Views
1 Replies
04-27-2016, 01:15 PM
daveaton
  Smile Thread: Join 2 Databases with Different Mysqli Usernames
Post: Join 2 Databases with Different Mysqli Usernames

Hi. I have a database that is way to large, I built it upon an existing database and now I need to separate the database information so I can reduce my 2.7 Gig MySQL Database. I am trying to fig...
2,514 Views
1 Replies
04-27-2016, 01:07 PM
daveaton
    Thread: After Updating from CI 2.s to CI 3.x strange caching/session issues?
Post: RE: After Updating from CI 2.s to CI 3.x strange c...

InsiteFX Wrote: (04-23-2016, 11:06 AM) -- The  way I set the path was like below: Quote: -- $config['sess_save_path'] = APPPATH.'/sessions';  -- -- yes that works also. it's odd that i...
6,471 Views
5 Replies
04-24-2016, 02:12 PM
daveaton
    Thread: After Updating from CI 2.s to CI 3.x strange caching/session issues?
Post: RE: After Updating from CI 2.s to CI 3.x strange c...

dave friend Wrote: (04-23-2016, 09:51 AM) -- Try changing the directory owner to www-data. chown www-data /path/to/sessions -- I went back and tripple checked my path then realized that I had the w...
6,471 Views
5 Replies
04-23-2016, 11:06 AM
daveaton
    Thread: After Updating from CI 2.s to CI 3.x strange caching/session issues?
Post: RE: How to stop the Cache ?

Well it seems that those Caching Issues was not caching issues at all.. Or was it? The problem is that my upgrading from CodeIgniter 2.x to 3.x my ajax site was not updating.. After looking at...
6,471 Views
5 Replies
04-23-2016, 06:40 AM
daveaton
  Bug Thread: After Updating from CI 2.s to CI 3.x strange caching/session issues?
Post: After Updating from CI 2.s to CI 3.x strange cachi...

I have a site that has been running on CodeIgniter for the last 2 years and I wanted to upgrade it to use the latest version of CodeIgniter 3.06. I upgraded my site like the following. /mysite/m...
6,471 Views
5 Replies
04-20-2016, 04:09 PM
daveaton

Theme © iAndrew 2016 - Forum software by © MyBB