Roadmap
This page gives an overview about upcoming features for Tekuna.
Version 0.3
- Extended Configuration
- Setters for context values, includes of other configuration files, explicit overriding of previously defined modules/components/routes, dependency injection for main application classes, debug output switch
- Access security
- Simple access restrictions based on groups. Should be configurable in the application.xml
- XML Schema for the application.xml
- Make the configuration validatable.
- Additional "Rails"-Controller
- A controller that imitates the rails functionality (mapping of actions to methods, all public members as template variables)
- REST-Controller
- A controller that supports the methods GET, POST, PUT and DELETE
- Redirects for controllers
- Replacing the current redirection feature with three possibilities: client-side redirect (with 301 header), server-side redirect (just restarting the process with another request URL) and controller forwards (the currently implemented thing).
Version 0.4
- Massive PHP 5.3 Support
- Make use of namespaces and class usage declaration. Adding subfolder support for controllers, models, views, languages.
- PHAR Archive
- Pack the whole framework into one file to make its usage easier.
- Prepare some ORM integrations
- Provide some adapters for common ORM frameworks.
- Unleashing Tekuna Forms
- An integrated solution for HTML forms. No more HTML writing just object linking. Implicit filtering and validation. Easier POST data access.
Version 1.0
- Generators
- Providing generators for frequent tasks (generate controller, model, view, form, translation, ...) Theses should be easily extensible for custom projects.
- Screencasts
- For an easier start with Tekuna.
5 Comments
I like your framework and would like to know what kind of license type to this framework.
Mas samples for Users of Framework
Add Comment