Re: [Aikiframework-devel] progress in engine,form and markup

2012-04-10 Thread Roger Martín
hi folks! in test/libs/markup.php you can see expression that can be evaluated ( and other that fails). Install test/engines/engineV2, to see a demo of engine2 (it begins like a test..but is a demo) ___ Mailing list: https://launchpad.net/~aikiframework-d

Re: [Aikiframework-devel] progress in engine,form and markup

2012-04-09 Thread Jakub Jankiewicz
Awesome, expressions are very important, where they can be put? Can you show some new EngineV2 aiki markup code that use this? On Tue, 20 Mar 2012 23:56:58 +0100 Roger Martín wrote: > Hi folks: > i'm making slow but important progress in engineV2. Now aiki can eval > a basic expression like: > 5

Re: [Aikiframework-devel] progress in engine,form and markup

2012-04-09 Thread Jon Phillips
Always great work rg1024! On Wed, Mar 21, 2012 at 6:56 AM, Roger Martín wrote: > Hi folks: > i'm making slow but important progress in engineV2. Now aiki can eval a > basic expression like: > 5>1,  site=='foo', user_id>0, 5+15, substr('i.png',-3)=='png'...it doesn't > seems much but allows: > a) 

[Aikiframework-devel] progress in engine,form and markup

2012-03-20 Thread Roger Martín
Hi folks: i'm making slow but important progress in engineV2. Now aiki can eval a basic expression like: 5>1, site=='foo', user_id>0, 5+15, substr('i.png',-3)=='png'...it doesn't seems much but allows: a) convert aiki markup in a real scrip language implementing real "if" and other loop, b) all m