| PHP Project Manager |
|
![]() |
PHP Project
Manager is an online project manager written in PHP. It allows you yo
manage multi-user projects. PHP Manager is an easy way to control work in progress in a project. |
This program requires:
An HTTP server (like Apache)
A PHP manager
A Database manager (like MySQL)
Example:
Go
to the project management page
Make a Donation:
| You were happy to use this freeware and you want to make a contribution. Please consider you can donate any amount. Credit card transactions are completely secured (PayPal is the most popular online payment system) |
| Variables à modifier | Description |
| $PHPPM_DB_HOST = 'Localhost'; | Host for the MySQL database connexion |
| $PHPPM_DB_LOGIN= ''; | MySQL database login |
| $PHPPM_DB_PASS= ''; | MySQL database password |
| $PHPPM_DB_NAME = 'PhpPmDB'; | Database name |
| $PHPPM_DB_TITLE = 'Projects'; | Title on each page |
| $PHPPM_DB_PAGETITLE = 'Projects by www.jomier.com'; | Window title |
| $PHPPM_DB_FORUM = 'PhpPmForum'; | Name of the Forum database |
| $PHPPM_PATH_FORUM = 'http://www.myname.xxx/Php-Forum'; | URL to access to the forum page |
| $PHPPM_LANGUAGE = 'English-US'; | Default langage |
| $PHPPM_SHOW_OS = 0; | Put 1 to show operating system |
| $PHPPM_SHOW_ENV = 0; | Put 1 to show developement environnement |
| $PHPPM_SHOW_PROGLANG = 0; | Put 1 to show programming langage |
| $PHPPM_DAYSTOBENEW = 10; | Number of days the project is considering as new. |
| $PHPPM_BACK_BUTTON_URL = 'http://www.mysite/PHP-PM/index.php'; | URL for the "back" button |
| $PHPPM_EMAILADMIN = 'xxxx@xxxxxx.xxx' ; | E-mail of the project administrator |
| $PHPPM_PROJECT_CREATION_EMAIL = 'xxxxxx@xxxxxxx.xxx, xxxx@xxxxxx.xxx' ; | E-Mail of the people who can create new projects |
* Forum database should be installed on the same server as PHP Project Manager.
| For
the forum, you should install the PHPBB forum: Help for the PHPBB installation |
Copy all the PHPPM
files on the server
With your explorer, go to the www.your-site.xxx/PHP-PM-directory/install.php
Enter the login and password for the administration.
Good luck for your projects...