Roadmap

The documentation is work-in-progress. Some questions might be answered in the FAQ section.
Also check out: Roadmap/Todo, Functions & FAQ.

Loose ends / Todo:

These are some of the loose ends I need to tie down:

Todo 9. march, 2009

  • We need to have variables/functions to call to get the current path - both in URLs and in the FS
  • Maybe some way to define the default controller - not just always index... for instance, you might want your blog on the front page.
  • Forcing function methods starting with an underscore to be un-callable through URIs
  • I think it would be extremely helpful to have some URI helpers, but I don't want to succomb to a higher number of lines of code. - We have the function uri() now.
  • Try to tighten the code a little bit more. - This was abondoned in favor of code readability.
  • Choose a license to run with.
  • It would be nice to make it work without URL rewriting via .htaccess
  • It might save some code to have a config file... so we don't have to do any magic... Need to decide on that... I'm thinking.. no as it is.

Todo 8. march, 2009

  • We need to have variables/functions to call to get the current path - both in URLs and in the FS
  • Maybe some way to define the default controller - not just always index... for instance, you might want your blog on the front page.
  • Forcing function methods starting with an underscore to be un-callable through URIs
  • I think it would be extremely helpful to have some URI helpers, but I don't want to succomb to a higher number of lines of code.
  • Try to tighten the code a little bit more.
  • Choose a license to run with.
  • It would be nice to make it work without URL rewriting via .htaccess
  • It might save some code to have a config file... so we don't have to do any magic... Need to try that out.