Re: [PHP] Best way to execute actions within a class

2005-01-28 Thread Richard Lynch
[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

[PHP] Best way to execute actions within a class

2005-01-28 Thread daniel
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