Welcome Guest, Not a member yet? Register   Sign In
general query questions
#4

[eluser]xwero[/eluser]
It's a good practice to only query the database for the things you need. The more data gets put in the memory the faster the memory limit will be exceeded.

The AR library is slow because it generates the query for you. It's the same thing with everything you let php generate for you. So it's up to you whether you are going to use AR or not.


Messages In This Thread
general query questions - by El Forum - 09-22-2008, 02:33 AM
general query questions - by El Forum - 09-22-2008, 02:43 AM
general query questions - by El Forum - 09-22-2008, 05:35 AM
general query questions - by El Forum - 09-22-2008, 05:59 AM
general query questions - by El Forum - 09-22-2008, 06:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB