diff --git a/TODO b/TODO index 90bebd4..3a2cc35 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,5 @@ # TODO # - +- Add instructions about running tests - in route() functions, replace "function" name with "callback" name (example: in route_build() returned array). Enhanced use of callback pseudo-type instead of functions names. - adding abstracts (for handling enhanced callback controllers) - route_callback_[controller_]exists() @@ -11,8 +11,6 @@ - Adding documentation about dispatch callback (see blog post ) (remember that controller function args must be in the same order as route params!) - explain controllers return output in README - explain before_render() in README -- explain autorender() in README -- testing and documenting autorendering features - adding an option('display_errors'); by default ini_set('display_errors', 0) in production env, but enabled if env is dev (unless matching option is enabled) - explain autoload_controller() in README - in debug output, formating debug_backtrace to be me readable (like debug_backtrace output but with extra informations that can be toggled)