Dynamic content from a table?
Permalink
Hi All,
I am not sure if my question is a simple one or has been already answered.
I am planning for a website with some content coming from (basically row data) from a table.
Ex: Table1
The content to this table again, is an entry in another page which will be approved by a moderator and then gets posted to the table. (into the Table1)
I wish to create a data entry page, Ex: Entrypage1.php to post the data from a authorized user (not the anonymous site visitor)
My question, will I be able to do something like,
1. Authorized user (uses)-> Entrypage1.php -> post data with a flag=0 in the table -> Table1
2. The admin (approves) with the flag=1 in the table -> Approve.php ->
post data to -> Table1
3. Table1 -> read those data with the flag=1 and show in ShowContent.php
Can this be done with Concrete5 certain user management applied to have access on content flow?
I don't wish this user to touch anything else other than the text content.
please suggest/advise
I am not sure if my question is a simple one or has been already answered.
I am planning for a website with some content coming from (basically row data) from a table.
Ex: Table1
The content to this table again, is an entry in another page which will be approved by a moderator and then gets posted to the table. (into the Table1)
I wish to create a data entry page, Ex: Entrypage1.php to post the data from a authorized user (not the anonymous site visitor)
My question, will I be able to do something like,
1. Authorized user (uses)-> Entrypage1.php -> post data with a flag=0 in the table -> Table1
2. The admin (approves) with the flag=1 in the table -> Approve.php ->
post data to -> Table1
3. Table1 -> read those data with the flag=1 and show in ShowContent.php
Can this be done with Concrete5 certain user management applied to have access on content flow?
I don't wish this user to touch anything else other than the text content.
please suggest/advise