Quote:
|
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.
|
That is your opinion and you are entitled to it. I however think that would complicate things, something this framework strongly aims at not doing.
Quote:
|
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.
|
May I remind you that I'm one of the top computer networking students in the country (number 7 to be exact). I know what an ACL is and how they work in a networking environment. Don't act like I'm stupid because I'm not as familiar with your use of networking terminology. You complain because I don't want to walk you through a bunch of code that you probably aren't even interested in, but you can't answer a simple question yourself.
Quote:
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?
|
The way errors are handled can be modified by editing the error view files. Critical errors will always stop execution of the PHP script and remove anything in the output buffer (besides what the error view puts in it).
Quote:
|
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.
|
And those developers are unreasonable in thinking I have time to explain every little thing in extreme detail. You do not need to know how the code that does the routing works in order to use the framework, and you don't want to look at the code yourself, so I see no point in putting in the time to answer such a question. That's what code comments are for.
Quote:
|
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...
|
I must say I find your professional opinion to be a very rude one. It should be noted to everyone here that ioan1k has his own framework, this is why he is so quick to give mine such a biased review without even seeing any code.
Btw I checked out the ACL portion of your framework and it's not really complicated at all. Actually it's quite simple compared to other aspects of a framework.