Is CodeIgniter's ActiveRecord resource intensive?
Posted
by iamdadude
on Stack Overflow
See other posts from Stack Overflow
or by iamdadude
Published on 2010-03-19T22:21:29Z
Indexed on
2010/03/19
22:31 UTC
Read the original article
Hit count: 190
I’m coding an application with server resources in mind, so I don’t want to use too much so that this application scales in the future. I don’t mind writing my own queries. So, is ActiveRecord resource intensive for my application? Or does it not make a difference?
Thanks!
© Stack Overflow or respective owner