setting up the model and views
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 15 Sep 2017 19:36:06 +0000 (15:36 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 15 Sep 2017 19:36:06 +0000 (15:36 -0400)
commit48d47516a388ac985061a47b170a3c6fd2c2e03e
tree50ae1055a276f460aed1d5a8d7330ebeeabbe328
parent9f3e48a3136359818bc05667e92439057d52a827
setting up the model and views

adding base model and view files to the plugin and hooking up them
models/admin/buySell/index.php [new file with mode: 0644]
models/front/buySell/detail.php [new file with mode: 0644]
models/front/buySell/list.php [new file with mode: 0644]
setup/adminMenus.php
setup/validActions.php
views/admin/buySell/edit.html [new file with mode: 0644]
views/admin/buySell/list.html [new file with mode: 0644]
views/front/buySell/detail.html [new file with mode: 0644]
views/front/buySell/list.html [new file with mode: 0644]