Welcome Guest, Not a member yet? Register   Sign In
plugins and database
#1

[eluser]FirstByte[/eluser]
Hi
Just quick question i heave a plugin that i'm using for retrieving information from other websites, but from the functions that i heave i want to know if i can make some queries to the database from inside the functions that i have there

Best Regards
#2

[eluser]Eric Barnes[/eluser]
Yes you can do this.
Code:
$CI =& get_instance();
$this->CI->db->query();
#3

[eluser]InsiteFX[/eluser]
Hi suzkaw,

Will that also work with a Helper?

Thank you
InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB