A very very basic routing class.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Chris30
Forum Newbie
Posts: 15
Joined: Sat Jan 19, 2013 4:52 pm

Re: A very very basic routing class.

Post by Chris30 »

Christopher wrote:
Chris30 wrote:Laravel also does something like this, right?
I haven't looked at the code, so don't know. This is the style of microframeworks. They are for sites that don't have a lot of pages and the pages are fairly simple. For larger sites you want to use Action Controller classes that are loaded on request.
Understood. Thank you.
Post Reply