Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How to echo statement of query with Active Record
Post: RE: How to echo statement of query with Active Rec...

XMadMax Wrote: (02-15-2016, 02:21 AM) -- SDir Wrote: (02-15-2016, 02:05 AM) -- Hello,  how can I echo the statement of a query when I use code as this? PHP Code: -- $this->db->from($this->table); ...
5,239 Views
4 Replies
02-15-2016, 02:49 AM
SDir
    Thread: How to echo statement of query with Active Record
Post: How to echo statement of query with Active Record

Hello,  how can I echo the statement of a query when I use code as this? PHP Code: -- $this->db->from($this->table); -- thank you
5,239 Views
4 Replies
02-15-2016, 02:05 AM
SDir
    Thread: last_query does not work for me with Oracle
Post: RE: last_query does not work for me with Oracle

Narf Wrote: (02-10-2016, 11:11 AM) -- There's no reason why it shouldn't work, it doesn't depend on the database in use. -- Thank you for your answer.  I'm trying to understand why it happens......
4,938 Views
3 Replies
02-11-2016, 06:22 AM
SDir
    Thread: last_query does not work for me with Oracle
Post: last_query does not work for me with Oracle

How can I print the last query using CodeIgniter 3 and Oracle? With same code, but with MySql, I write  PHP Code: -- print_r($this->db->last_query()); -- and I get successfully the pri...
4,938 Views
3 Replies
02-10-2016, 04:10 AM
SDir

Theme © iAndrew 2016 - Forum software by © MyBB