centurion-project / Centurion

Centurion is an open-source CMS delivered as a flexible PHP5 Content Management Framework
http://www.centurion-project.org
197 stars 51 forks source link

Admin filter multi rowset #32

Closed frenchcomp closed 12 years ago

frenchcomp commented 12 years ago

in CRUD Controller, we can define some filters. But for the filters of type "Select" and "Checkboc", the option "data" must be an array. Purpose, generally, data comes from SQL queries, developpers must convert the rowset to an array.

This patch allows users to send directly a rowset (the method "__toString()" must be defined in row class) or auto-populate data from many-to-many relations.