Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Getting output of log_message() to print on screen.
Post: RE: Getting output of log_message() to print on sc...

mwhitney Wrote: (02-25-2015, 02:22 PM) -- The simplest thing I can think of would be to create a MY_Log class (extending CI_Log) which exposes a hook in the write_log() method (or whatever you want t...
4,963 Views
0 Replies
02-25-2015, 07:22 PM
whiteatom
    Thread: new to everything
Post: RE: new to everything

Sounds like you need to go back and read some of the more general CI examples. All your page logic functions go in a controller file.. then the routing system of CI takes Code: -- http://site.com/d...
6,997 Views
0 Replies
02-25-2015, 02:06 PM
whiteatom
    Thread: Getting output of log_message() to print on screen.
Post: Getting output of log_message() to print on screen...

Posted this to SO, but you guys are way more helpful, so I'll try this here as well. Thanks! I am writing some higher level integration testing scripts for a large application that I have written o...
4,963 Views
0 Replies
02-25-2015, 02:02 PM
whiteatom
    Thread: Active Record method chaining - doesn't work with update?
Post: RE: Active Record method chaining - doesn't work w...

CroNiX Wrote: (02-25-2015, 12:32 PM) -- update() and insert(), and probably a few others, execute the compiled query at that point. So you need to have all of your wheres/selects/etc before calling t...
10,068 Views
0 Replies
02-25-2015, 01:52 PM
whiteatom
    Thread: Active Record method chaining - doesn't work with update?
Post: Active Record method chaining - doesn't work with ...

Already posted to SO, but thought I might as well try at Mecca as well. I'm trying to use Active Record methods to update a table and flag a task as complete like this: $this->db->update('tasks'...
10,068 Views
0 Replies
02-25-2015, 10:45 AM
whiteatom
    Thread: Archived Forums From EllisLab
Post: RE: Archived Forums From EllisLab

Started my first CI project at the end of last month and I was very sad to see the old forums come down last week. Hopefully google will catch up once the threads get ported over!
13,641 Views
0 Replies
02-13-2015, 06:29 PM
whiteatom
    Thread: CodeIgniter 3.0 RC2
Post: RE: CodeIgniter 3.0 RC2

New to CI, but loving the v3 RC's. Thanks for all your hard work!
69,367 Views
0 Replies
02-13-2015, 06:26 PM
whiteatom

Theme © iAndrew 2016 - Forum software by © MyBB