Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8240035
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T20:20:59+00:00 2026-06-07T20:20:59+00:00

I’ve been writing PHP code for years. And now I have plenty of reusable

  • 0

I’ve been writing PHP code for years. And now I have plenty of reusable modules — for me at least. A typical classic-old-style developer :D. But now almost everybody using baked instant framework, and my modules not reusable anymore –to some extent. Most of current famous framework such CI, Zend, Cake, etc. and also should-be-simpler micro-framework such as Fat-free, Silex, MicroMVC, etc. utilize method called URL routing / URL rewrite or such.

But… do you think this fancy URL routing is REALLY necessary?

Let’s consider this:

  • How much work needed to process this fancy method of complexities? Regular expression parsing uses relatively heavy computing isn’t it? Is it worthed?
  • How often we write URL address / type it manually? Instead of click bookmarks and/or hyperlink?
  • Is it really search-engine friendly? I mean doesn’t it OK for search engines indexing URL params?
  • Why BIG sites such as Google, Facebook, etc still using “path?var1=val1&var2=val2&…”?
  • How about different settings on different web servers? Apache/IIS/Nginx/Ligthy? Such as porting .htaccess to web.config and to another?? Doesn’t it make more problem than more solution? (for debugging, etc)

What do you think? Should we keep on with that fancy URL routing? Or we better go back to [web] nature with [simpler] request params? Any respond appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T20:21:00+00:00Added an answer on June 7, 2026 at 8:21 pm
    • computation costs of running URL through regular expressions arr mitigated by use of APC
    • it is not about manual URL entry
    • yes, it has impact in context of SEO
    • because they have to save each flop, your site does not have billions of requests per day
    • this is actually why front controllers are used instead of .htaccess for parsing URLs

    That should take care of your “points”.

    And yes, we should keep on using “pretty URL” because a lot of people glance at the full URL, before they click on the link. People fee l safer, when they see the full and understandable URL.

    Also, quite a lot of professional PHP developers try to avoid the popular frameworks. Mostly because quality of said frameworks are really, really bad (even Symfony2, which is considered to be one of best available, has issues) in terms of code quality.

    Just because you use a framework, it does not make your application better. Instead you should be focusing on proper OOP, following the SOLID principles and adhering to Law of Demeter. MVC is just another design pattern, which actually solves separation of presentation of domain business logic.

    If you want to learn about MVC, read GUI Architectures by Martin Fowler.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a jquery bug and I've been looking for hours now, I can't
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
this is what i have right now Drawing an RSS feed into the php,
I have this code to decode numeric html entities to the UTF8 equivalent character.
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
I have a .ini file as follows: [playlist] numberofentries=2 File1=http://87.230.82.17:80 Title1=(#1 - 365/1400) Example
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
I want to count how many characters a certain string has in PHP, but
I would like to count the length of a string with PHP. The string

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.