Results 15 comments of Raf

@bobrocke hopefully within a month. I am too busy with traveling these days.

Thanks, I will look into this on the final release. Can you do a bit of explanation on adding @getDashboard method ?

Alright, I get your point. However, I am thinking of a different approach to provide a default controller when route 'admin/' is called. I will have that DashboardController to use...

In the documentation, I have said instead of using View::make() method to prepare the views, we use the $theme->render() where parameters goes similar to View::make() method. I will put additional...

Yeah something similar to that, however, not within the views directory, may be a themes directory. I plan to put a theme helper class which will reduce a lot of...