Auth library for PostgreSQL database |
[eluser]matt.asbury[/eluser]
Depending on how many of these queries you would need to amend, I don't think it would be too difficult for you to understand the logic. I would recode them using codeigniter's database forge class (http://ellislab.com/codeigniter/user-gui...forge.html). In this example the logical entry would be: Code: $this->load->dbforge(); |
Messages In This Thread |
Auth library for PostgreSQL database - by El Forum - 11-12-2010, 04:33 PM
Auth library for PostgreSQL database - by El Forum - 11-12-2010, 05:06 PM
Auth library for PostgreSQL database - by El Forum - 11-12-2010, 05:48 PM
Auth library for PostgreSQL database - by El Forum - 11-12-2010, 06:17 PM
Auth library for PostgreSQL database - by El Forum - 11-12-2010, 06:38 PM
|