generation
File permissions on codegen
Hi all,
I have a question regarding the file permissions set on code-generated files (this is actually using the latest version of qcodo, but I'm guessing this is still the same as I haven't read anything about file permissions in the changelog).
The filesystem is linux/centos (ext3). When the code generator creates files (for example, a new class in /includes/data_classes/MyClass.class.php) the file permissions are set as 666 (or, read & write for owner, group and everyone else).
Form builder
I need to create a form builder for a custon CMS. Each article will have the possibility to have a form to collect data from the readers. Than the editor of the form will collect the data. The previous design was to let FCKEditor to visually build a form, than the date coulb be sent as an XML file. I am not XML inclined, probably I am wrong, but I would like to develop a visual tool to create a form using an interface simial to PHPMyAdmin, stonring form information in a table/tables and saving the results in another table or XML file.
