How to make Symfony an even better framework?

Somethings I thought of:

- I would be nice to have more custom type form fields in the backend.
For Example, if I have a Int field in a Model DB-Table and I want it to carry
just digits from 1 - 6 (a Rating), I cannot render it to a select field without 
making a new (Model) class for just this one Table-field. A bit to much 
overhead for not even a byte of information IMHO.

- A easy way to get the config data in admin modules to give it an alternativ 
View
or to transform the model data (in JSON for example) would benefit the great 
backend generator.

- As Jon wrote the extendibility of the models could be extended. If you have an
Model inheriting from another, the PEER Classes carry no information of the
Model which has been extended. Same goes with the Model Classes. The 
data retrieval is actually done by the references not the extending itself.

- Also multi inheritance of the model (not model classes of course) would
be really helpfull in some cases.

Timo   

On 7 May 2007 at 9:29, Jonathan H. Wage wrote:

> 
> These are just a few things that come to mind.
> 
> 1.) Extendibility of models and the overall status of ORM is lacking. 
> This is more a problem with PHP in my opinion :)
> 2.) It would be nice of their was a syntax checked for YAML. I see a lot 
> of questions being asked about errors that are yaml syntax errors.
> 3.) I think their should be more support for the sharing of templates 
> and code cross applications.
> 
> - Jon
> 
> Matthias Nothhaft wrote:
> > Hi folks,
> >
> > I would like to start a little discussion about how Symfony could be
> > enhanced in the future. If you want see it as a pre-2.0 feature survey.
> >
> > Do you miss something with Symfony?
> > Are there things that doesn't fit to your needs?
> > Did you stumble over problems you can not solve (good enough) with Symfony?
> >
> > Please note: This is NOT about adding missing stuff by plugins but it is
> > more about architecture und similar stuff. A question for advanced
> > developers.
> >
> > I'd like to summarize your replies and put them somewhere in the Wiki.
> > Thanks in advance for any idea and comment.
> >
> > Regards,
> > Matthias
> >
> >
> > >
> >
> >   
> 
> > 


************************************** 
Timo Michna
************************************** 
matikom
Michna & Wilhelm GbR
Schlegelstr. 23
10115 Berlin
Germany
Tel.: ++49 (0)30 / 28 09 36 70
Fax: ++49 (0)30 / 28 09 36 71
E-Mail: [EMAIL PROTECTED]
Web: www.matikom.de
**************************************   

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to