Gerçekten Django Framework olarak adlandırılmış URL'ler gibi, ve böyle bir şey desteklenen PHP Altyapıları hangi merak ediyordum. (Ben Zend Framework yok inanıyorum, ama bir açıklama yapmadan, cevaplar o hariç lütfen).
Örneğin, Django ben bir parametre olarak bir ürün kimliği kabul eden bir manzara 'fonksiyonu' işaret eder "madde-detay-sayfa" olarak "/ kalemleri / # # #" gibi bir yol adlandırabilirsiniz.
Daha sonra, 'madde-detay-sayfa 123' veya benzer (bir yardımcı fonksiyonu ile) bir bağlantı oluşturarak Ürün Detay Sayfası için adresine gönderme olabilir. Bu şekilde, ben, sonra benim URL yapısını değiştirebilirsiniz şimdiye kadar benim HTML şablonları başvuruları veya bağlantıları değiştirmeden, gerekir gerekir.
Böyle bir şey zaten vb CodeIgniter, CakePHP, var mı?
Django users: I know, this post does not contain the correct template syntax for the 'url' template tag. I was only trying to provide the general idea.
EDIT/UPDATE: I suppose this question was a bit unnecessary, as it's obvious now that all of the popular frameworks support a type of routing that works more/less like Django's does. Therefore, I feel it a bit unfair to award a single best answer, except perhaps the one that appears to come closest to matching Django's style of link-generating, since I mentioned that specifically in my question (and therefore for the benefit of others seeking the same and finding this post).