• svn URL

Use this URL in your Subversion client. Need more instructions?
 

IgnitedRecord is a relation capable ORM tool for the PHP framework CodeIgniter

root/trunk/application/controllers

User picture

Author: m4rw3r

Revision: 279 («Previous)


(October 25, 2008 10:27 UTC) Over 3 years ago

Updated where() to use the slower storage of where data if a key already exists, this because of the problem which occurs if someone wants to write WHERE a > b AND a > c
Updated _protect_identifiers() to be aware of the operators (AS, <, >, etc.) and prevent escaping of those

 
Name Date Rev. Commit message
index.html Fri, Jun 27 2008 1 [m4rw3r]
irtest.php Sat, Oct 18 2008 174 [m4rw3r] Remade dbobj2ORM to be able to make JOINs and then split ...
migrate.php Mon, Jun 30 2008 3 [m4rw3r] A bit more on the migrate controller Thanks to the inparo...
test.php Sat, Oct 25 2008 189 [m4rw3r] Updated where() to use the slower storage of where data i...