Completed updates to MVC approach and completed base functionality.
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 11 Nov 2014 02:18:13 +0000 (21:18 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 11 Nov 2014 02:18:13 +0000 (21:18 -0500)
commit8036ba129e6a0308b37eb1e667ceca9d45e24caa
tree6624cebed4ff639cb348bb371509adbc58d490a4
parent2254cd6cf75bd1dbebea1663cf9a277f47774d23
Completed updates to MVC approach and completed base functionality.
Should all be working now. Still needs more documentation updates.
29 files changed:
controllers/admin.php
controllers/front.php
css/index.css
index.php
lib/smartyTemplateSupport.php
models/activate.php
models/admin/add.php [deleted file]
models/admin/add/index.php [new file with mode: 0644]
models/admin/display.php [deleted file]
models/admin/error/badAction.php [new file with mode: 0644]
models/admin/error/index.php [new file with mode: 0644]
models/admin/list.php [deleted file]
models/admin/prototypes/delete.php [new file with mode: 0644]
models/admin/prototypes/display.php [new file with mode: 0644]
models/admin/prototypes/edit.php [new file with mode: 0644]
models/admin/prototypes/index.php [new file with mode: 0644]
models/deactivate.php
models/uninstall.php
views/admin/add/index.html [new file with mode: 0644]
views/admin/add/submitted.html [new file with mode: 0644]
views/admin/error/badAction.html [new file with mode: 0644]
views/admin/prototype_add.html [deleted file]
views/admin/prototype_display.html [deleted file]
views/admin/prototype_list.html [deleted file]
views/admin/prototype_submitted.html [deleted file]
views/admin/prototypes/display.html [new file with mode: 0644]
views/admin/prototypes/edit.html [new file with mode: 0644]
views/admin/prototypes/index.html [new file with mode: 0644]
views/admin/prototypes/updated.html [new file with mode: 0644]