Download .zip |
Info | Screenshots | View files (34) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2005-07-01 (14 years ago) | 44% | Total: 1,750 | All time: 2,217 This week: 341 |
Version | License | Categories | ||||
narkoza 1.0.0 | GNU General Publi... | Utilities and Tools, Content management |
Description | Author | |||
This is a package of classes that implements an simple project management system using the Model-View-Controller design pattern. Innovation Award
|
|
-------------------------------------------------------------------------------- NarkozaTEAM Project Manager -------------------------------------------------------------------------------- Project manager is kind of application that may be very useful to help organizing several aspects of software development projects, especially when the projects are complex and involve several people. This package provides the base for a solution that may be further developed over time to address many of the needs of non-trivial software development projects. The official project site is located here: http://narkozateam.no-ip.org/narkozateam/narko_projectmanager.html -------------------------------------------------------------------------------- REQUIREMENTS -------------------------------------------------------------------------------- NarkozaTEAM Project Manager requires - PHP 4.1.2 or better. - WACT 0.0.2a - RDBMS (SQLite, MySQL, PostgresSQL, Oracle, Interbase, etc) It has been tested on 4.1.2, 4.3.8, 4.3.9, 5.0.1 and 5.0.2 -------------------------------------------------------------------------------- CONFIG.INI -------------------------------------------------------------------------------- In root folder you will find the file config.ini. This the central configuration file. Here you can specify which database driver and RDMBS you want to use. Some important settings in config.ini [templates] forcecompile = TRUE | FALSE [database] ; which database driver to use. driver = mysql | pear | adodb ;Mysql settings mysql.database = "narkozateam" mysql.user = "narko" mysql.password = "narko" mysql.host = "localhost" -------------------------------------------------------------------------------- !!! IMPORTANT !!! -------------------------------------------------------------------------------- Your PHP installation will need write access to a 'compiled' directory under every 'templates' directory in order for the program work. -------------------------------------------------------------------------------- CONTACT -------------------------------------------------------------------------------- Please feel free to contact me with any comments, suggestions, bug fixes criticism, or just a happiness messages. If you run into any problems while trying to configure these scripts first read this file carefully, if you don't find any solution, send me a Mail. E-Mail: narko@mail.lviv.ua Web: http://narkozateam.no-ip.org Voznyak Nazar |
Screenshots | ||
Files |
File | Role | Description | ||
---|---|---|---|---|
css (1 file) | ||||
lib (3 directories) | ||||
sql (1 file) | ||||
templates (1 directory) | ||||
config.ini | Data | Main configuration data | ||
index.php | Appl. | Controller php script | ||
readme.txt | Doc. | Documentation |
Files | / | lib | / | projects |
File | Role | Description |
---|---|---|
add.page.php | Class | add page model script |
delete.page.php | Class | delete page model script |
details.page.php | Class | details page model script |
edit.page.php | Class | edit model script |
index.page.php | Class | index model script |
projects.model.php | Class | projects model script |
restrictedpagecontroller.inc.php | Class | restriction user access rights class |
Files | / | lib | / | users |
File | Role | Description |
---|---|---|
login.page.php | Class | login page model script |
logout.page.php | Class | logout page model script |
users.model.php | Class | users model script |
Files | / | templates | / | source | / | common |
File | Role | Description |
---|---|---|
addform.html | Data | add form template |
deleteform.html | Data | delete form template |
editform.html | Data | edit form template |
layout.html | Data | layout template |
loginform.html | Aux. | login form template |
Files | / | templates | / | source | / | projects |
File | Role | Description |
---|---|---|
add.html | Data | add template |
delete.html | Data | delete template |
details.html | Data | details template |
edit.html | Data | edit template |
fields.html | Data | fields template |
full.html | Data | full template |
index.html | Data | index template |
list.html | Data | list template |
notfound.html | Data | notfound template |
Files | / | templates | / | source | / | users |
File | Role | Description |
---|---|---|
fields.html | Data | user fields template |
full.html | Data | full fields template |
login.html | Data | login template |
notfound.html | Data | user not found template |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
Working instance of using Working instance of using |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
WACT framework WACT framework |