Welcome Guest, Not a member yet? Register   Sign In
Nested queries with Active Records
#1

[eluser]Agustín Villalba[/eluser]
Hi! I would like to know if it's possible to make nested queries using Active Records only. Because the documentation about active records I didn't find any mention about nested queries. Thank you!
#2

[eluser]Unknown[/eluser]
No it isn't.

You have to use $this->db->query('YOUR QUERY HERE');

Greetz
#3

[eluser]Agustín Villalba[/eluser]
It's absolutely impossible? There's any way??
#4

[eluser]Jonas G[/eluser]
I use ignitedrecord which then uses ignitedquery. Ignitedquery has support for nested queries.




Theme © iAndrew 2016 - Forum software by © MyBB