It's improvement over old code, it's hard to handle with current implementation, like 3 select boxes you wanted for admin panel I will need to add 3 fields where user type selector so users will need to figure out what selector is like I did when I saw config class.
If I will be creating select boxes I will need to parse stuff from database, Aiki should do the parsing extract the data and put extracted data into database so I do not have to do this every time when I want to set something. It can be for 0.9.3 but I will need to change admin panel too. On Fri, 04 May 2012 18:56:14 -0000 rg1024 <[email protected]> wrote: > is this a error? or is it a improvement? > do we need it for next 0.9.2 release? > -- Jakub Jankiewicz www: <http://jcubic.pl> twitter: <http://twitter.com/jcubic> blog: <http://jcubic.wordpress.com> -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/994455 Title: site, view and language in aiki_configs should be separated fields Status in Aiki Framework: New Bug description: It the same stupid thing as using serialized arrays in forms table they should be separated. Client code or API can provide one selector to them to make life easier for users but database should be simple. Why? because it's hard to create code that handled them and the code that select will be easier 1. if selector is * all is * 2. if its ???/???/??? it simple $array = explode('/', $selector); $site = $array[0], $view = $array[1]; $lang = $array[2]; To manage notifications about this bug go to: https://bugs.launchpad.net/aikiframework/+bug/994455/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp

