Hi,
Suggestion from a graphic designer.
(I'm updating this post, because I feel that it is important, and that if implemented, would set PHPRunner far ahead of all competition. I have worked as a website themer for years, and virtually every CMS system that I have worked with, open source and closed, is an absolute pain, when it comes to working with the graphic layer. My suggestion below, would go a long way to resolving the problem and setting PHPRunner in a class of its own.)
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, or database output (from my queries), that PHPRunner generates have a connected or associated list of tags for each of the elements that it outputs. Then all that the designer would have to do is choose an output tag from a list of tags and insert the chosen tags into a webpage so that it calls the database element, (the database output), 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 <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=14027&image=1&table=forumtopics' class='bbc_emoticon' alt='B)' />