[Q] another loading views from DB |
[eluser]vlad_ci[/eluser]
Hi, I am new to CI Working on an application where there is a series of config 'Wizards' each wizard has several pages. I allow users to store in a database number of pages, the field types and field names for each page. and the overall 'look' of the pages in a particular wizard. Basically the data in the database is stored in such a way that it will need to be 'enriched' into a complete 'PHP' page. And then I was hoping that I can use those PHP pages as 'viewes'. I have read this post http://ellislab.com/forums/viewthread/80517/ and it looks like the final thing there was that the View system in GI would not allow to 'execute' within PHP a PHP script (that is I can not have a string variable that has a PHP script and tell to CI that this is my 'view' so run with it) I just wanted to ask if it is still the case, and if there are suggestions within CI or outside CI how to do that (without much effort of course :-) ) thanks in advance |
Messages In This Thread |
[Q] another loading views from DB - by El Forum - 07-16-2008, 04:51 AM
[Q] another loading views from DB - by El Forum - 07-16-2008, 08:30 AM
[Q] another loading views from DB - by El Forum - 07-18-2008, 06:26 PM
[Q] another loading views from DB - by El Forum - 07-19-2008, 10:13 AM
|