Well,
I have a framework class witch loads and stores all classes in it.
I can´t post the all code, but some I cam:
Loading a core class like a database class:
---
function loadcore(&$handler, $class_name = '')
{
[EMAIL PROTECTED] wrote:
> Hi there, I have been testing a possible solution to reduce the ammount of
> interface calling scriptsto my class files. Currently each class has a
> calling script. I am
For PHP5 you can try __autoload(). It provides for you a last-chance /
just in time loading of a c
2 matches
Mail list logo