Welcome Guest, Not a member yet? Register   Sign In
Search Results
  Question Thread: Memcached connect problem
Post: Memcached connect problem

Hi there, I've used CI 2.x to connect Memcached server. Now I want to convert the old source to CI 3.x but I got trouble with memcached conenct. When I use basic PHP function to create Memcached...
2,452 Views
0 Replies
03-24-2015, 04:58 AM
mrdan32
    Thread: SQLite connect
Post: RE: SQLite connect

Thank you, I've solved it. It seem to be the file permission! ngangchill Wrote: (03-01-2015, 01:37 PM) -- try this:     $db['sqlite'] = array(    'dsn'    => '/Users/dudan/Documents/db_sqli...
10,581 Views
0 Replies
03-02-2015, 12:10 PM
mrdan32
    Thread: SQLite connect
Post: SQLite connect

I'm using CI 3x to convert data from MySQL to SQLite to work on my mobile app. My database config: PHP Code: -- $db['sqlite'] = array( 'dsn' => '', 'hostname' => '', 'username' => '', '...
10,581 Views
0 Replies
03-01-2015, 12:24 PM
mrdan32

Theme © iAndrew 2016 - Forum software by © MyBB