[PHP] Re: class calling script

2005-04-12 Thread Jason Barnett
[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

Re: [PHP] Re: class calling script

2005-04-12 Thread Bruno B B Magalhães
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 = '') {