Welcome Guest, Not a member yet? Register   Sign In
Help with linking categories
#3

[eluser]GrahamDj28[/eluser]
Hi,

with dynamic page, do you mean a sub page of a category showing the items belonging to that category?

if so then for e.g.
yourdomain.com/controller/function/parameters

Would become
yourdomain.com/catalog/category/title:category-1/id:1

Catalog is your controller.
Category is the function being called
The rest are parameters you can use in the called function.

This way you can have 1 page displaying different content.

If you mean Dynamic DB pages, well that will take some extending of the CI Core.

Hope this helps you some

[edit]
I see you mean dynamic db pages. There is a forum post showing how you can set a fallback controller when calling dynamic pages.
The way it works is that the router will check to see if a controller exists for the first Uri segment. If no controller is found, it will fallback to a default controller. In this default controller you can then query the db to find the page being requested. This is the way I have my CI Code set up, and the best thing is that you can add physical pages (physical controllers) without breaking your application


Messages In This Thread
Help with linking categories - by El Forum - 05-01-2012, 12:40 PM
Help with linking categories - by El Forum - 05-01-2012, 01:04 PM
Help with linking categories - by El Forum - 05-01-2012, 01:15 PM
Help with linking categories - by El Forum - 05-01-2012, 01:36 PM
Help with linking categories - by El Forum - 05-01-2012, 01:41 PM
Help with linking categories - by El Forum - 05-01-2012, 01:53 PM
Help with linking categories - by El Forum - 05-01-2012, 01:55 PM
Help with linking categories - by El Forum - 05-01-2012, 02:03 PM
Help with linking categories - by El Forum - 05-01-2012, 02:07 PM
Help with linking categories - by El Forum - 05-01-2012, 02:11 PM
Help with linking categories - by El Forum - 05-01-2012, 02:17 PM
Help with linking categories - by El Forum - 05-01-2012, 02:19 PM
Help with linking categories - by El Forum - 05-01-2012, 02:21 PM
Help with linking categories - by El Forum - 05-01-2012, 02:22 PM
Help with linking categories - by El Forum - 05-01-2012, 02:24 PM
Help with linking categories - by El Forum - 05-01-2012, 02:27 PM
Help with linking categories - by El Forum - 05-01-2012, 02:28 PM
Help with linking categories - by El Forum - 05-01-2012, 02:31 PM
Help with linking categories - by El Forum - 05-01-2012, 02:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB