This topic is locked

Is tables different from custom views?

5/15/2008 10:41:41 PM
PHPRunner General questions
A
amuro author

Hi, support
I create list, add, edit page via tables at Datasource tables in general.
Also listing, adding, editing functions with "Add View".
I don't understand what differents between them and when to use the one of them at right time?
Thanks and regards <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=8495&image=1&table=forumtopics' class='bbc_emoticon' alt=':rolleyes:' />

Sergey Kornilov admin 5/16/2008

Tables a physical entities. Tables exist in the database. You can only have one table named "Cars".
Views only exist in PHPRunner project. Each View is tied to the physical table. You can have multiple Views pointing to the same table.
I hope this helps.