Download .zip |
Info | View files (46) | Download .zip | Reputation | Support forum (2) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2003-12-30 (16 years ago) | 51% | Total: 3,167 | All time: 1,121 This week: 342 |
Version | License | Categories | ||||
mvcms 1.0.0 | GNU General Publi... | User Management |
Description | Author | |
This is a package of classes that implements an user membership system using the Model-View-Controller design pattern. |
|
---------------------------------------------------------------------- Model-View-Controller-like Membership System - Web authentication suite Copyright (C) 2003 Voznyak Nazar narkov@yahoo.com ---------------------------------------------------------------------- LICENSE This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have recieved the lincence included with the disribution. If not visit http://www.gnu.org/copyleft/gpl.html ---------------------------------------------------------------------- MVC-like Membership System v.0.0.1 "Membership System" is a compact MVC-like suite which can easily be used in any PHP script. MVC-like (model-view-controller) means that system is separated onto three different parts: system logic, access to databases and pages lookout. With Membership System, developers can build applications with the standard user authentication complete, and developers can drop-in modules to handle extra user information and add functionality.</p> Requirements: >> Smarty 2.6.0 >> ADODB 4.05 Sections > 1. Intro > 2. Model > 3. View > 4. Controller > 5. Setup > 6. Example 1. Intro 2. Model 3. View 4. Controller 5. Setup a) Edit setup.php You must edit the vales shown below: /*** ADOdb library path */ define('LIB_ADODB', ROOT.'../adodb/'); /*** Smarty library path */ define('LIB_SMARTY', ROOT.'../smarty/'); b) Edit db/dbsetup.inc You must edit the vales shown below: $dbHost = "localhost"; $dbUsername = "root"; $dbPassword = "0"; $dbName = "escort"; $go_conn = &ADONewConnection('mysql'); c) Then you need to run install/installdb.php to create tables 6. Example The first thing that has to be added is: require_once '../setup.php'; That needs to be placed before anything else in the page. |
Files |
File | Role | Description |
---|---|---|
actions.php | Conf. | Actions configurate |
adminhandle.php | Appl. | admin actions |
adminindex.php | Appl. | admin index page |
adminsql.inc | Aux. | sql commands for adminstrator handling |
admin_list.tpl | Data | smarty template |
admin_login_failed.tpl | Data | smarty template |
admin_login_form.tpl | Data | smarty template |
admin_logout.tpl | Data | smarty template |
admin_page_start.tpl | Data | smarty template |
cadmin.inc | Class | CAdmin |
cadmins.inc | Class | CAdmins |
cmember.php | Class | Member class |
cmembers.inc | Class | CMembers class |
cpartner.php | Class | partner class |
cpartners.php | Class | cpartners class |
dbsetup.php | Conf. | database configuration script |
filelist.txt | Doc. | list of project files |
functions.php | Aux. | Auxiliary functions |
indexpages.php | Appl. | main site page |
installdb.inc | Conf. | sql commands for installation |
installdb.php | Conf. | installation script |
iuser.inc | Class | User interface |
mainpage.tpl | Data | smarty template |
memberhandle.php | Appl. | member handling functions |
memberpages.php | Appl. | member action controller |
membersql.inc | Aux. | sql commands for member handling |
member_list.tpl | Data | smarty template |
member_login_failed.tpl | Data | smarty template |
member_login_form.tpl | Data | smarty template |
member_logout.tpl | Data | smarty template |
member_page_next.tpl | Data | smarty template |
member_page_start.tpll | Data | smarty template |
member_registrate_form.tpl | Data | smarty template |
partnerhandle.php | Appl. | partner handling functions |
partnerpages.php | Appl. | partner controller |
partnersql.inc | Aux. | sql commands for partner handling |
partner_list.tpl | Data | smarty template |
partner_login_failed.tpl | Data | smarty template |
partner_login_form.tpl | Data | smarty template |
partner_logout.tpl | Data | smarty template |
partner_page_next.tpl | Data | smarty template |
partner_page_start.tpl | Data | smarty template |
partner_registrate_form.tpl | Data | smarty template |
readme.txt | Doc. | documentation |
setup.php | Conf. | Configuration script |
unknownpage.tpl | Data | smarty template |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | User Comments (2) | |||||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
VIP-Escort-Test escort site |
If you know an application of this package, send a message to the author to add a link here.