Suggestion from a graphic designer.
PhpRunner starts with a (fantastic) database making system, around which a website needs to be wrapped. As a graphic designer, I'd like to be able to do the opposite, which is to start with a website and plug in the PHPRunner elements by means of includes or insertion tags. So my suggestion is:
Let each page that PHPRunner generates have a connected or associated list of tags for each of the elements in the page. Then all that the designer needs to do is insert the tags into a webpage so that it calls the element associated with the tag.
So if I make a table with Name, Address and City Fields, then the associated tags could be something like:
Element: : Tag
Name: : [Name]
Address: :[Address]
City: :[City]
This means that I could do something like this:
<TR>
<TD>[Name]</TD>
<TD>[Address]</TD>
<TD>[City]</TD>
</TR>
Very neat, very easy, and very quick.
Keep up the good work.
Guy

Sign In
Register
Help
MultiQuote