Jakub proposal has great possibilities: we can suppress aiki parse and use
only jakub's markup:

widget before:
(noloop_top(   <table> )noloop_top)
...tr td ((username))
(noloop_bottom(...)

widget after:
table
(the-loop(      // all wordpress developers knows the-loop
 tr td [username]
)
/table

In few words, we can replace (the-loop( by "(sql( ". NORMAL_SELECT, and then
call parser.
Some problems we must resolve:
- pagination. perhaps  we can create (sql-paginated(...
- our code uses regular expression, but now with nested markers we need
rewrite all code.
Does have somebody a idea for how making this?

If we could do that we can unify internal parser, sql parser and php parser
in new super-parser.

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