This is continuation of "total html separation in views" topic [1].
QueryTemplates [2] is a PHP templating engine using pure HTML files in popular web 2.0 pattern load-traverse-modify using jQuery-like chainable API. CakeForms [3] plugin automaticaly converts HTML markup forms into executable PHP code using CakePHP's default FormHelper. It's used to rapidly mix designed template with CakePHP form controls. It also handles error messages. QT Blog [4] is a CakePHP based blog implementation created to present various QueryTemplates usage patterns: * DB data injections * Callback sources * Multiple template sources * Form convertions This is first public release, version 1.0 Beta1. Feedback from users of this group is very appreciated. [1] http://groups.google.com/group/cake-php/browse_thread/thread/f8a043585b2021c8/a21436a217b82a28#a21436a217b82a28 [2] http://code.google.com/p/querytemplates/ [3] http://code.google.com/p/querytemplates/wiki/CakeForms [4] http://code.google.com/p/querytemplates/wiki/BlogImplementation --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
