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

[eluser]sean_THR[/eluser]
Yep, exactly. You'll have some sort of generic view file and you will pass the band information to it:
Code:
<h1>&lt;?php echo $band_name;?&gt;</h1>
<p>&lt;?php echo $band_information;?&gt;</p>
<p>&lt;?php echo $genre;?&gt;</p>

etc., etc.


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