olinux wrote:
I'm no OOP programmer but maybe extend your class to
include methods for each situation.
something like this:
function countSingle($cid)
function countMulti($cidArray)
function countAll()
HTH,
olinux
Hmm, yes, that's an interesting idea. Except perhaps include the first
arg
I'm no OOP programmer but maybe extend your class to
include methods for each situation.
something like this:
function countSingle($cid)
function countMulti($cidArray)
function countAll()
HTH,
olinux
--- Victor <[EMAIL PROTECTED]> wrote:
> Hello. I have this question. When I program, I try
Hello. I have this question. When I program, I try to create a class for
each table. Example below.
Now what some complain about, and logically so, is that this might
impose an overhead (I load all data even if I just need a counter and
NOT description).
So I say we can make a STATIC version o
3 matches
Mail list logo