13:37:13 <NamelessCoder> using $this->createContainer('Section'); etc. you can build all the components that normally get parsed from the Flux template
13:37:45 <NamelessCoder> intiializing the custom object so it gets filled with these nested child components - sections, containers, fields, wizards and even the grid
13:38:02 <NamelessCoder> to then use your special Form along with your templates....
13:41:31 <NamelessCoder> no, just reasonably clever I guess ;)
13:41:43 <randomresult> this was a serious question
13:42:49 <NamelessCoder> I don't know where I get it from... in this case it was originally a simple idea (viewhelpers) which was refined into PHP objects so they could be used in more ways
13:43:29 <randomresult> we are getting close, that i will not use any extensions no more...
13:43:40 <NamelessCoder> you should rarely need it
13:46:02 <NamelessCoder> such Forms will also be supported by EXT:fromage (for example, letting you construct a Form, passing it to view, then using a ViewHelper to create an FE form based on the Form instance)
13:46:10 <NamelessCoder> so it is indeed a very good thing to learn!
13:46:19 <NamelessCoder> it is also MUCH faster than Fluid ;)
13:46:31 <NamelessCoder> and you're welcome, of course
13:46:46 <randomresult> i never took a closer look at fromage.
13:47:00 <randomresult> i will. will u update view as well?
13:47:02 <NamelessCoder> it's not ready for use at all, will take months to complete
13:47:12 <NamelessCoder> but it will do what I described =)