hi folks! i'm making modifications in widget.php step by step. The code is..
Some corrections - Select in pagination is now more robust. Before this SQL don't work: SELECT SOMTHING FROM ...SOMETHING appears here. Ex Select id from aiki_users where id<100 SELECT * from aiki_users LIMIT 100 SELECT * from aiki_user WHERE (SELECT .... ) ..in general, clauses with two select or two ORDER BY.. - (#(widget:inline)#)) corrected for two widget in one line. who use this markup? News: Now, we can use :widget-id or widget-name. Ex (#(widget:user-list)#) (#(inline:banners)#) But that implied: - widget name must be unique. - widget name must start with a letter (else 01-banners is take as id 1) - widget can't contain : (separator) or ' (sql) This rules is also valid for forms names. 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

