View Single Post
Old 02-05-2008, 05:06 PM   #9 (permalink)
TlcAndres
The Addict
 
Join Date: Nov 2007
Posts: 264
Thanks: 2
TlcAndres is on a distinguished road
Default

Another thing to keep in mind is to separate things for example, the core classes for handling members and the like should be completely abstract from the database class and neither should return any presentable content (IE: anything that will be presented to the user directly). Class functions should preferably return a bool results or some kind of error number
TlcAndres is offline  
Reply With Quote