Have some of the configuration section working and more updated to the database abstract.
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 22 Jan 2015 00:50:08 +0000 (19:50 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 22 Jan 2015 00:50:08 +0000 (19:50 -0500)
commitc5cc91e910344edb2d63286a07caf859848fefe0
tree96703894090cf39a33935f9a3087cbd07dc6e489
parentdce23fa001e62fe7e779261ceeb718c24a37f127
Have some of the configuration section working and more updated to the database abstract.
35 files changed:
.gitignore [new file with mode: 0644]
activate.php
classes/data/dataCities.php [new file with mode: 0644]
classes/data/dataMemberTypes.php [new file with mode: 0644]
classes/data/dataMembers.php
classes/data/dataRegions.php [new file with mode: 0644]
classes/glmPluginSupport.php
config/colors.ini [new file with mode: 0644]
config/countries.ini [new file with mode: 0644]
config/plugin.ini [new file with mode: 0644]
config/states.ini [new file with mode: 0644]
controllers/admin.php
controllers/front.php
css/admin.css
defines.php
index.php
lib/GlmDataAbstract/DataAbstract.php
lib/GlmDataAbstract/documentation.txt
lib/smartyTemplateSupport.php
misc/databaseScripts/create_database_V0.1.sql
misc/databaseScripts/drop_database_V0.1.sql
models/admin/configure/cities.php [new file with mode: 0644]
models/admin/configure/memberTypes.php [new file with mode: 0644]
models/admin/configure/regions.php [new file with mode: 0644]
models/admin/member/index.php
models/admin/member/member.php
models/admin/members/index.php
models/admin/members/list.php
uninstall.php
views/admin/configure/cities.html [new file with mode: 0644]
views/admin/configure/header.html
views/admin/configure/memberTypes.html [new file with mode: 0644]
views/admin/configure/regions.html [new file with mode: 0644]
views/admin/member/index.html
views/admin/member/member.html