treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Which php framework uses ..

  • Hi everybody. For days i'm trying to learn about websites with the same codes, i mean same structure,but i could not find which php framework they use. Or is it self coded ?! Websites uses same query like www.example.com/index.php?q=gallery www.example.com/index.php?q=pages www. example.com/index.php?q=users www.example.com/index.php?q=contact

    Websites are:
    www.Ertir.com 
    www.tilsimatport.com 
    www.tolkunfm.com/about/index.php 
    
  • q is a pretty common name for a query string key.

    The markup for those three sites is fairly different, so it's unlikely they're using the same CMS. As for whether or not they're using the same framework (or any framework at all), who knows? You might ask them, I guess.

    Why do you want to know? Are you just looking for a PHP framework you'd like to use, or is there something else you're trying to accomplish?