>
> Roger, what file is in this in and/or should there be a new file
> created for this work? So you view the new form code as a new markup
> that would be parsed and then connect with another class. I like this
> idea that is not UI dependent. I think the more clear the markup/code,
> the better for making updated forms.
>
>
today it needs manual insertion in engine core. I will documented in.
I will work over this to improve: we can have a directory called markup
with files markup_script, markup_sql, markup_form....
Aarkup is independent of markup style: the same code for (form(...is valid
for {form(){}else{...}form}..

I've added some ideas in
http://www.aikiframework.org/wiki/Aiki_markup_2#forms.

For site developer i want slice forms in two markup: (form( when you want
add a entire form, and
(form_control( when you want insert only a certain input. This can be
useful in forms that can be develop in
a standardized way).



> > - over admin: make a site called admin (i already have one for testing
> > purpose)
>
> In my case i do:
- create a site in aiki_site, called admin with admin as prefix. Aiki
redirectr request to /admin/foo to admin site /foo.
- copy all aiki admin to
- rename and correct the js (control_panel.j)
Soon, i can push this changes as a admin site ( for backward compatibility
you only need to deactivate admin site)



> - over old aiki engine:  Use the new engine as start-point.
>
>
>
copy engine_v8.pho to engine_myengine.php and make all changes you need.
for testing, just create a site called myengine with prefix myengine, and
play.
The problem is that engine is in a in-stable version: some functions must
be moved to other library,
parser must be more easly defined, and shared between sites...

If somebody accepts the challenge, describe the engine you want, and i make
a mockup.
Also, for testing purpose, i can send a purephp engine,
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to