Tina MVC for Wordpress
Tina MVC uses a lose model view controller pattern to abstract design and logic and make life easier for you and your HTML designer. It is released under the GPL v.2 license. It is designed to: - separate your code from WordPress themes - allows you users to change their theme and still retain your application functionality. - provide you with a helper for generating and processing HTML forms. - separate your code from the core Tina MVC files for easy upgrades. - be as non-intrusive and use as few action hooks and filters as possible. Currently 2 page filters plus, 1 action hook for widgets and 1 shortcode hook are used for basic usage. - be flexible enough for quick procedural prototyping - don't like MVC? No problem Tina MVC is being used by the author for commercial development, and changes are being backported into the GPL version. A commercial license with support is available from the author.