Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: query builder with different database, join
Post: RE: query builder with different database, join

Nobody really knows how to do this?
2,378 Views
2 Replies
05-02-2020, 05:14 PM
gidro
    Thread: query builder with different database, join
Post: query builder with different database, join

Hi, friends! Example: Code: -- SELECT t1.*, t2.* FROM database1.table1 AS t1 INNER JOIN database2.table2 AS t2 ON t2.field1 = t2.field1 -- How i can do this query with query builder in CodeIgniter ...
2,378 Views
2 Replies
04-20-2020, 02:38 PM
gidro
    Thread: displaying e-mails
Post: RE: displaying e-mails

Hi, you can use imap for download emails in to db. And display in to dashboard.
4,656 Views
4 Replies
09-28-2019, 03:36 PM
gidro
    Thread: Session not work, CI 3.0.4
Post: RE: Session not work, CI 3.0.4

Yes, i have crm_sessions table. I found solution, my IDE download database.php to local server, and CI show 500, but not db error :(
7,158 Views
2 Replies
03-08-2016, 04:09 AM
gidro
    Thread: Codeiginter 3 session problem
Post: RE: Codeiginter 3 session problem

Yes, i see this, $config['sess_expiration'] = 0; helped me. on another is always logout, but CI 2 - $this->session->set_userdata('last_activity', mktime()); works fine...
6,908 Views
4 Replies
03-07-2016, 03:02 PM
gidro
    Thread: Session not work, CI 3.0.4
Post: Session not work, CI 3.0.4

Hi all! Session not work, but yesterday all is ok. Error in logs - "[08-Mar-2016 00:11:42 Europe/Moscow] PHP Fatal error:  session_start(): Failed to initialize storage module: user (path: /Applic...
7,158 Views
2 Replies
03-07-2016, 02:23 PM
gidro

Theme © iAndrew 2016 - Forum software by © MyBB