[Plugin: Tina MVC] Plugin/Widget/Shortcode development framework – new version 0.1.10
-
This is a RC1 for version 0.2
Lots of improvements and enhancements:
1. removal of the PHP __autoload() function requirement.
This was causing conflicts with other plugins and themes that register an autoload() function. This causes so many interoperability problems that registering an autoload() function should be against the Worpdress coding standards.
2. a new dispatcher method
Save writing code – check out the tutorial at https://www.seeit.org/tina-mvc-for-wordpress/dispatcher-method-tutorial/
3. configurable handling of missing controller errors
You can choose to show:
- an error message (controller not found). Handy during development.
- a ‘Not found’ message
- the default
index
controller
Enjoy!
Fran.
- The topic ‘[Plugin: Tina MVC] Plugin/Widget/Shortcode development framework – new version 0.1.10’ is closed to new replies.