Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: HELP w/SQL Server 2012 and insert_id
Post: HELP w/SQL Server 2012 and insert_id

I have a piece of code: PHP Code: -- $this->db->insert($this->table, $data); $new_id        = $this->db->insert_id(); -- For SQL Server 2012, the $new_id suddenly stopped working, the record ...
1,316 Views
0 Replies
02-14-2018, 11:15 AM
chrismartinez99
    Thread: RabbitORM - ORM based on Eloquent and Doctrine for CodeIgniter 3
Post: RE: RabbitORM - ORM based on Eloquent and Doctrine...

I know this is old, but I just found out about RabittORM, is there an answer to this?
5,060 Views
2 Replies
01-17-2018, 08:19 PM
chrismartinez99
    Thread: CommunityAuth and My_Model
Post: RE: CommunityAuth and My_Model

Thanks for the help!! I got it working!
7,259 Views
6 Replies
01-15-2018, 09:40 AM
chrismartinez99
    Thread: CommunityAuth and My_Model
Post: RE: CommunityAuth and My_Model

Got that fixed, but now I get this error: Message: Call to undefined method Examples::is_logged_in() Filename: /Users/chrismartinez/www/www.nfinitepursuit.com/public_html/booking/application/contr...
7,259 Views
6 Replies
01-14-2018, 09:22 PM
chrismartinez99
    Thread: CommunityAuth and My_Model
Post: RE: CommunityAuth and My_Model

chrismartinez99 Wrote: (01-12-2018, 07:15 AM) -- skunkbad Wrote: (01-11-2018, 11:22 PM) -- Community Auth's MY_Model.php currently has: Properties $acl Methods acl_query acl_permits ...
7,259 Views
6 Replies
01-14-2018, 08:49 PM
chrismartinez99
    Thread: CommunityAuth and My_Model
Post: RE: CommunityAuth and My_Model

skunkbad Wrote: (01-11-2018, 11:22 PM) -- Community Auth's MY_Model.php currently has: Properties $acl Methods acl_query acl_permits is_role db_table Take these properties and me...
7,259 Views
6 Replies
01-12-2018, 07:15 AM
chrismartinez99
    Thread: CommunityAuth and My_Model
Post: CommunityAuth and My_Model

I'm interested in using CommunityAuth, but am trying to figure out how it will integrate with MY_Model (https://github.com/avenirer/CodeIgniter-MY_Model) since CommunityAuth has a similarly named file...
7,259 Views
6 Replies
01-11-2018, 09:12 PM
chrismartinez99
    Thread: Store Notification Messages
Post: Store Notification Messages

Hi, Not sure if this is the best place to post this, but here goes. I'd like to keep all of my applications notification messages in one spot for easier maintenance. Right now I've created a l...
3,947 Views
1 Replies
11-16-2017, 08:03 AM
chrismartinez99
    Thread: Check a function before doing anything?
Post: RE: Check a function before doing anything?

I used a 'post_controller_constructor' hook to do this: Hook in config/hooks.php: PHP Code: -- $hook['post_controller_constructor'] = array(    'class'     => 'Auth',    'function'  => 'chec...
4,622 Views
3 Replies
04-22-2015, 08:52 AM
chrismartinez99
    Thread: CodeIgniter 3.0
Post: RE: CodeIgniter 3.0

Congratulations!!!
262,353 Views
95 Replies
03-30-2015, 01:44 PM
chrismartinez99
    Thread: CodeIgniter 3 RC3
Post: RE: CodeIgniter 3 RC3

Very glad to hear! now here's a question - what is the migration path from RC1 to RC2? Would I  follow the same instructions for upgrading from CodeIgniter 2 to CodeIgniter 3? (Yeah, I read throug...
130,548 Views
50 Replies
03-19-2015, 08:10 AM
chrismartinez99

Theme © iAndrew 2016 - Forum software by © MyBB