I have create lots of module for a cms-site .. with functions only.
to avoid the collision of the function names ... i have kept module name before the function names.
now i need to convert the modules to classes.
one module contains lots of files included ..
can we similarly include the multiple files for a class...??? ( i cant do this. please help)
just as ... one member function of a class in a separate file ...
any suggestion will be appreciated