I’ve spent much of the last week refactoring and extending the Clickframes-PHP code generation plugin, so I thought I’d report on the current state of the project.
The major accomplishment has been upgrading the plugin’s auto-generated model to fully support entities, just like our Java plugins. An app built with Clickframes-PHP will now perform CRUD out of the box, with real databases (MySQL or SQLite). It will also generate “create” and “drop” scripts for both database platforms, and a foreign-key creation script for MySQL.
With that hurdle overcome, the plugin is quite useful, but considerable work remains. Here are the known tasks:
If you’d like to follow in detail, check out the updates section on our Google Code project.
No comments yet.