Re: [Components] New Component Proposal

2008-12-16 Thread Derick Rethans
On Mon, 15 Dec 2008, Kevin Waterson wrote: My proposal is for an ezcForm component. The ezcForm component would provide an interface to the creation of HTML form objects which may be rendered for use with templates. Each form element would be an object which whose properties would define

Re: [Components] [userinput] definition: required vs. optional

2008-12-16 Thread Derick Rethans
On Fri, 12 Dec 2008, Piotrek Karas wrote: Just looking at the UserInput component for the first time, I completed the tutorial sample code, seems to run fine, but I seem to have found some inconsistencies: With definition: $definition = array( 'firstName' = new

[Components] remove dirs not used

2008-12-16 Thread Joao Ferreira gmail
Hello all, In our project we use _only_ the Graph's from the ezcomponents lib. Except the 'Graph' and the 'Base' directories, can I simply remove the other directories ? this would save me some space and some build/deploy time. thx Joao -- Components mailing list Components@lists.ez.no

Re: [Components] remove dirs not used

2008-12-16 Thread Tobias Schlitt
Ho Joao, On 12/16/2008 06:41 PM Joao Ferreira gmail wrote: In our project we use _only_ the Graph's from the ezcomponents lib. Except the 'Graph' and the 'Base' directories, can I simply remove the other directories ? You must keep - Base/ - Graph/ - autoload/ in place. Maybe also some of

Re: [Components] New Component Proposal

2008-12-16 Thread Derick Rethans
On Mon, 15 Dec 2008, Kevin Waterson wrote: This one time, at band camp, Alexandru Stanoi a...@ez.no wrote: Is it a good idea to depend on another component? (UserInput in this case). I was thinking on this, and the options seem to be to 'repurpose' UserInput or to re-invent it again in