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

Unsupported form field types #48

Open aurmil opened 12 years ago

aurmil commented 12 years ago

in Centurion_Form_Model_Abstract

tinyint, mediumint bit real, double, numeric year, datetime tinytext *blob set binary, varbinary

lchenay commented 12 years ago

Just for the history:

A question. How to edit a blob/binary in a form ?

aurmil commented 12 years ago

we can imagine it's a file input

edit: I often use tinyint, datetime and set edit 2: but you are right, I just named missing field types, managing all of them is not mandatory, blob or binary are tricky!