I'm sorry,
I am not trying to flame but present a professionally based opinion, and I am not interested in your framework at this point...
I still do not see the point in adding an additional method that serves the same purpose. Make the load->view intelligent enough to know a theme has been set.
Quote:
|
I'm familiar with ACLs (and configured them many times) on routers, but I've never heard of them being used in a web application framework
|
If you are going to write a User Authentication Class ... a ACL system would almost be mandatory for a framework, with that said; a ACL system is a very complex system to develop for use with a framework with no understanding of how they work ... I wish you Good luck.
Quote:
|
I simply said I didn't want to explain the routing and I'm not obligated to do so. It's not that it's too complex for me to explain, I just don't want to. When the code is publicly available again you can take a look at it for yourself.
|
You are never going to get much public support with comments like that. A Developers time is money why waste money looking over code someone else wrote ... many developers DO see it as your obligation to explain your code if you want us to use it.
Quote:
|
Automatic error logging is supported. You may customize the error view files (located in the errors folder) to send you an email/sms/whatever if you want to (the default action is that the errors are just displayed).
|
The errors are just displayed, there is no way to disable this?
Also, the class Kalle has posted is a very simple error handler ... what about exceptions?
I see you have put a lot of work into this project and I do respect that, but I do not see any potential for me to even consider downloading, let alone looking at the source code to find out how something works...