View Single Post
Old 12-29-2008, 07:30 PM   #18 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Quote:
Originally Posted by Village Idiot View Post
Here is what I want done with it:
  • Make the connnection a variable so we can use the connection for every query.
  • Have the SQL cleaning function return the variable as is if its an int type.
  • Remove all output form the class as throw an exception instead.
As a general rule, classes are never to give output of any kind, they strictly process data.
I'm on it.
And yes, I know that.

Quote:
Originally Posted by Village Idiot View Post
To all coders, please start writing and saving it via source control.
What's source control?
__________________
Tanax is offline  
Reply With Quote