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

Thu 3 Sep 2009 at 2:26 AM jim
Hey,
I like your framework and would like to know what kind of license type to this framework.
Thu 3 Sep 2009 at 7:50 AM Niels
Tekuna is licensed under the MIT License.
Mon 7 Sep 2009 at 3:34 AM Jim
It would be great if you can put the license in the download package to make it more official announce.
Mon 7 Sep 2009 at 7:25 AM Niels
It is still there - the LICENSE file in the project root :-)
Thu 5 Nov 2009 at 4:07 PM E-OM Design Group
Order By for Version DESC no..?

Mas samples for Users of Framework

Add Comment