Mercurial > hg > extraction-interface
view develop/models/home.php @ 8:da10158c6d0a
add toc_correction status in books table. On TOC correction list page, providing the status checking box for users.
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Mon, 09 Feb 2015 12:28:09 +0100 |
| parents | 63e08b98032f |
| children | 579f03f8bee5 |
line wrap: on
line source
<?php class HomeModel { public function Index() { return array("Index Value 1", "Value 2", "Value 3"); } public function Test() { return array("Test Value 1", "Value 2", "Value 3"); } } ?>
