[EMAIL PROTECTED] wrote:
> I have been building a lightweight PHP4 based, hopefully PHP5 OO structure
> where each page or php file contains its own class which is then executed
> using the constructor like so
What I would do at this point, if I were you, would be to take a step back
and look at t
I have been building a lightweight PHP4 based, hopefully PHP5 OO structure
where each page or php file contains its own class which is then executed
using the constructor like so
new SomeProject_SomeSubProject();
within the subclasses contructor I then call a method called start which is
in a ba
2 matches
Mail list logo