Hello world, i need some advices for best construction class database. What are u prefer to make many functions like addTableRow($table,$array), DeleteTableRow($table,$field,$value) and so on. Or making only one function like executeQuery($query) except connect and disconnect functions? Thanks in advance)
jatar_k
7:27 pm on Nov 24, 2004 (gmt 0)
I've seen it both ways and I don't have a preference either way.
You might want to look at something like [pear.php.net...]
it may give you useful hints or may even be just what you are trying to build