Jump to content

Virtual Folders/Paths


fubowl

Recommended Posts

Hi,

I'm sure you've seen this question before and I've found some generic answers via the Search, but none that satisfies my query. I would like to know if anyone can either redirect me to an article or can help me directly with this.

I'd like to be able to have a system with any arbitray amount of sub-folders in the url (http://mysite.com/about/team/joe/my-dogs) and have that resolved to a specific entry (joes-dogs) in the DB. But of course I could have (http://mysite.com/about/team/franny/my-dogs) with the same end "folder" but it would have to differentiate because of the preceeding folders.

The only method I'm familiar with is recursion down a tree but I know that to be quite inefficient. I'd just like to be able to process down the URL path and find that exact entry as efficiently as possible without sacrificing too many queries, since it would be happening on every page load.

I'd like any examples or a point in the right direction. I'd really appreciate your help and thank you in advance.
Link to comment
https://forums.phpfreaks.com/topic/18999-virtual-folderspaths/
Share on other sites

To my understand, using mod_rewrite, which I've seen many times used as an example, you have to layout your variables to be passed to the script. I'm looking for an unlimited number of "folders", thus an unlimited amount of variables would need to be present.

If I am wrong and there's an easy way to do this with unlimited variables, please reply.
Link to comment
https://forums.phpfreaks.com/topic/18999-virtual-folderspaths/#findComment-82125
Share on other sites

Thanks Jenk,

But I'm looking at the Zend Framework manual and I don't see anything regarding this. Could you link me to some materials to what you are speaking of.

I'm really looking for as little a confusing solution as possible. Thus the more help and documentation I could get, the better I could really learn.

Thanks again.
Link to comment
https://forums.phpfreaks.com/topic/18999-virtual-folderspaths/#findComment-82149
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.