Quote:
Originally Posted by nightslit
Well php classes aren't for nothing, but if you aren't programming a webstore I don't see the use... must be something big to program classes.
Concerning sql, mysqli is faster than mysql on bigger tables (in sets of 5000 lines), and safe for sql injection...
May also be a little speed gain, depends on what you are coding...
|
Yeah, same goes with using frameworks, unless you are making a big script with a lot of modules, no point in using framework.
And regarding sql, that is a whole different subject which can be discussed infinitely .