Welcome Guest, Not a member yet? Register   Sign In
How to automatically generate new pages in a CRUD app?
#2

[eluser]sean_THR[/eluser]
All the band data will be stored in a DB, so you just need to pull it based on the URI. Someone might visit http://www.yoursite.com/band/detail/yourband. That will be directed to the band controller, the detail method, with the parameter yourband. Then you just need to query the DB for that specific band's info and output it to the page.


Messages In This Thread
How to automatically generate new pages in a CRUD app? - by El Forum - 01-17-2011, 11:47 AM
How to automatically generate new pages in a CRUD app? - by El Forum - 01-17-2011, 11:56 AM
How to automatically generate new pages in a CRUD app? - by El Forum - 01-17-2011, 02:27 PM
How to automatically generate new pages in a CRUD app? - by El Forum - 01-17-2011, 02:33 PM
How to automatically generate new pages in a CRUD app? - by El Forum - 01-17-2011, 03:32 PM
How to automatically generate new pages in a CRUD app? - by El Forum - 01-17-2011, 04:04 PM
How to automatically generate new pages in a CRUD app? - by El Forum - 01-18-2011, 11:41 PM
How to automatically generate new pages in a CRUD app? - by El Forum - 01-19-2011, 12:04 AM
How to automatically generate new pages in a CRUD app? - by El Forum - 01-19-2011, 12:17 AM
How to automatically generate new pages in a CRUD app? - by El Forum - 01-19-2011, 11:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB