Page 1 of 1

Looking for a framework with similar architecture to mine.

Posted: Sat Jan 19, 2013 4:55 pm
by Chris30
Got the reply. /Close please.

Re: Looking for a framework with similar architecture to min

Posted: Sun Jan 20, 2013 7:22 am
by Chris30
Bump.

Re: Looking for a framework with similar architecture to min

Posted: Sun Jan 20, 2013 7:07 pm
by Christopher
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?
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.

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.

Re: Looking for a framework with similar architecture to min

Posted: Mon Jan 21, 2013 1:40 pm
by Chris30
Christopher wrote:
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?
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.

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.
Hi,
That's a very old framework. There are many more mistakes like that all around.

I guess I'll start with Code Igniter since it seems the most closest to my current framework.

Thank you. :)