Welcome Guest, Not a member yet? Register   Sign In
Dynamic page
#20

[eluser]jdfwarrior[/eluser]
This will work if I understand what you are wanting to do correctly.

I have used this method before. A project I worked on previously, I wanted the Administrative users of the site to be able to create new pages on the site, similar to a content management system. So I laid down nothing but a frame for the site. All pages were database entries. Urls were in the structure of example.com/pages/pagename. The remap function would check the database for a page that was identified by pagename. If it existed, the data was retrieved, and loaded into a view. Otherwise, it would display a 404 error. You can also take it one step further for scenarios such as mine. I used Routes to remove 'pages' from the url. So a page that was previously access via http://www.example.com/pages/directory, would now be access via http://www.example.com/directory because of the Routes I had created.


Messages In This Thread
Dynamic page - by El Forum - 04-21-2009, 07:43 AM
Dynamic page - by El Forum - 04-21-2009, 07:51 AM
Dynamic page - by El Forum - 04-21-2009, 07:59 AM
Dynamic page - by El Forum - 04-21-2009, 08:49 AM
Dynamic page - by El Forum - 04-21-2009, 10:54 AM
Dynamic page - by El Forum - 04-21-2009, 11:48 AM
Dynamic page - by El Forum - 04-21-2009, 11:54 AM
Dynamic page - by El Forum - 04-22-2009, 03:51 AM
Dynamic page - by El Forum - 04-22-2009, 05:44 AM
Dynamic page - by El Forum - 04-22-2009, 07:24 AM
Dynamic page - by El Forum - 04-22-2009, 08:01 AM
Dynamic page - by El Forum - 04-22-2009, 08:44 AM
Dynamic page - by El Forum - 04-22-2009, 08:53 AM
Dynamic page - by El Forum - 04-22-2009, 09:16 AM
Dynamic page - by El Forum - 04-22-2009, 09:22 AM
Dynamic page - by El Forum - 04-22-2009, 09:32 AM
Dynamic page - by El Forum - 04-22-2009, 11:47 AM
Dynamic page - by El Forum - 04-22-2009, 12:00 PM
Dynamic page - by El Forum - 04-22-2009, 12:04 PM
Dynamic page - by El Forum - 04-22-2009, 12:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB