well, you can make a function for all your database actions... like database('query',$query); and the readability is **** because you put all your classes in one file... i don't really understand...
well, i think it's better without them... it's much easier to use functions... you don't need to create objects and so on... you just call the function.
iwewe
so that the data itself can stay encapsulated and hidden from the larger scope of the application.
Yes but you can just put it in a file and not include it if you don't need it...
Look, vBulletin...
actually i don't see any reason to use classes. you can do ABSOLUTELY the same with plain functions. if you want it to be more organized, you can group them into separate files and then include()...