Help! mysqli question
Posted: Sun Nov 28, 2010 4:35 pm
Hello, i'm working on a project in PHP, and i'm trying to use the new features like namespace and mysqli (instead of the normal one), etc.
Should i use the procedural style or object oriented style? I want the best performance, and I will adapt to either class or functions.
Right now, i'm using static classes so (i believe) they don't do overhead, and using the mysqli procedural style, but it might be stupid if mysqli internally is a class.
Thanks
Should i use the procedural style or object oriented style? I want the best performance, and I will adapt to either class or functions.
Right now, i'm using static classes so (i believe) they don't do overhead, and using the mysqli procedural style, but it might be stupid if mysqli internally is a class.
Thanks