Archives for May, 2008

How to clear Ext forms


Perhaps you know the problem: You have an Ext form into which you loaded data through the load() method. Later on you want to clear the form because you want to reuse it for a new empty record. In this case the forms reset() method will not work like you want, because it will reset [...]

MySQL Workbench Propel export plugin


So I wrote about converting MySQL Workbench files to Propel schema files. Now I have a much improved solution: A plugin for MySQL Workbench that allows you to export your current catalog as Propel schema file.