[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: component id=c1 type=forms/LoginForm class=joop / component id=c2 type=TextArea width=200px Sample text /component component id=c3 type=VPanel class=sample component id=c4 type=Button

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,

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

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 vision

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 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

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

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