Looking for a framework with similar architecture to mine.
Posted: Sat Jan 19, 2013 4:55 pm
Got the reply. /Close please.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
None that I know work exactly like that. I think the recommendation of Laravel over CodeIgniter is a good one if you are going to a new framework. There are many good ones around.Chris30 wrote:QUESTION: Which framework architecturally works similar to this? (It can be a big or a minimal framework.) Also, does such architecture is old and I really have to move on?
Hi,Christopher wrote:None that I know work exactly like that. I think the recommendation of Laravel over CodeIgniter is a good one if you are going to a new framework. There are many good ones around.Chris30 wrote:QUESTION: Which framework architecturally works similar to this? (It can be a big or a minimal framework.) Also, does such architecture is old and I really have to move on?
The couple of the thing I notice about the code above are the direct access to $_GET/$_POST and maybe an excess use of static classes.