Re: [PHP] Components

2005-05-16 Thread Evert | Rooftop
Jason Wong wrote: On Tuesday 17 May 2005 07:27, Evert | Rooftop wrote: Thank you I will look into it ;) but right now I'm also looking for the php-developers' opinions. So, what are your ideas about this? I strongly suggest that you look at the existing projects, see which one most closely

Re: [PHP] Components

2005-05-16 Thread Jason Barnett
So rather than starting YAPF[1] go and make an existing one better! [1] Yet Another PHP Framework I don't want to go on a rant here, but... I agree 100% with the above statement. So much code is out there that is free (however you want to define that). However, there isn't much code that is bot

Re: [PHP] Components

2005-05-16 Thread Evert | Rooftop
Rory Browne wrote: Thank you I will look into it ;) but right now I'm also looking for the php-developers' opinions. So, what are your ideas about this? AFAIK Prado recently won a fairly well respected PHP Contest. I think the results speak for themselves. Very interesting indeed =) I'll di

Re: [PHP] Components

2005-05-16 Thread Rory Browne
> Thank you I will look into it ;) but right now I'm also looking for the > php-developers' opinions. > So, what are your ideas about this? AFAIK Prado recently won a fairly well respected PHP Contest. I think the results speak for themselves. On 5/17/05, Evert | Rooftop <[EMAIL PROTECTED]> wrote

Re: [PHP] Components

2005-05-16 Thread Jason Wong
On Tuesday 17 May 2005 07:27, Evert | Rooftop wrote: > Thank you I will look into it ;) but right now I'm also looking for the > php-developers' opinions. > So, what are your ideas about this? I strongly suggest that you look at the existing projects, see which one most closely matches your visi

Re: [PHP] Components

2005-05-16 Thread Evert | Rooftop
Jason Wong wrote: On Tuesday 17 May 2005 03:24, Evert | Rooftop wrote: I'm working on a component system and started with a component class. [...] I want to give PHP to have a natural application-programming feel, along with events and all (which is implemented by the PseudeModule class)

Re: [PHP] Components

2005-05-16 Thread Jason Wong
On Tuesday 17 May 2005 03:24, Evert | Rooftop wrote: > I'm working on a component system and started with a component class. [...] > I want to give PHP to have a natural application-programming feel, > along with events and all (which is implemented by the PseudeModule > class). And after that,

[PHP] Components

2005-05-16 Thread Evert | Rooftop
Hi people, I'm working on a component system and started with a component class. The idea is the following: Sample text Don't worry about speed or anything, I'm taking care of that.. This is my PseudoComponent class | class PseudoComponent extends PseudoModule { function __constr