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
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?
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
qis 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?