PHP
  Home arrow PHP arrow Project Management: Administration
Dev Shed Forums  
Administration  
AJAX  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Smartphone Development  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Mobile Linux  
App Generation ROI  
IBM® developerWorks  
Forums Sitemap  
E-Commerce Hosting  
Linux Web Hosting  
Managed Hosting  
Small Business Hosting  
VPS Hosting  
Weekly Newsletter

 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid  
Request Media Kit
Contact Us  
Site Map  
Privacy Policy  
Support  
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
PHP

Project Management: Administration
By: David Web
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: starstarstarstarstar / 1
    2008-08-25


    Table of Contents:
  • Project Management: Administration
  • The Admin Login Script
  • The Index Page
  • The Other Scripts

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      error-file:tidyout.log Del.ici.ous error-file:tidyout.log Digg
      error-file:tidyout.log Blink error-file:tidyout.log Simpy
      error-file:tidyout.log Google error-file:tidyout.log Spurl
      error-file:tidyout.log Y! MyWeb error-file:tidyout.log Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article

     
     
    ADVERTISEMENT


    Project Management: Administration
    ( Page 1 of 4 )

    If you've followed along as we've built the core and authentication sections of a project management application, you can guess what this article is all about. It will walk you through the scripts you need to employ to add an administration section to the application. It will enable administrators to complete tasks that you may not want to allow all of your application's users to do.

    The administration section of the project management application can only be accessed by users that have admin rights. The main page of the application contains a link to the admin section. The moment that link is clicked, the user will automatically be checked to see if he or she is admin or not. This section has ten scripts as listed below:

    • Login.php - Verifies whether or not the logged-in user has admin rights.
    • Add_user.php - Adds new users.
    • Add_project.php - Adds new projects to the project list.
    • Edit_user.php - Enables you to make changes to a user's profile.
    • Edit_project.php - Enables you to make changes to a project.
    • Del_project.php - Removes a project from the project list.
    • Del_user.php - Removes a project from the project list.
    • Index.php - Gives a list of options from which to choose.
    • List_projects.php - Displays a list of projects.
    • List_users.php - Displays a list of users.

    The main aim of the admin section is to give the administrators overall control of the entire project management application. It also serves as a maintenance tool, in the sense that redundant projects and users are all removed from the application. This ensures that the application runs smoothly and does not get slower.

    The two most important scripts here are the login and index pages. These provide access (login) to the entire admin section. The front page (index.php) provides the easy-to-use user interface for smooth navigation. So let's look at the code that makes up these two pages.



     
     
    >>> More PHP Articles          >>> More By David Web
     

       

    PHP ARTICLES

    - Building Dynamic Queries with Chainable Meth...
    - PHP Encryption and Decryption Methods
    - Building a MySQL Abstraction Class with Meth...
    - Completing a Sample String Processor with Me...
    - Mastering WHILE Loops for PHP and MySQL
    - Method Chaining: Adding More Methods to the ...
    - Method Chaining in PHP 5
    - The Role of Interfaces in Applying the Depen...
    - Dependency Injection: Using a Setter Method ...
    - Using a Model Class with the Dependency Inje...
    - Injecting Objects Using Setter Methods with ...
    - Injecting Objects by Constructor with the De...
    - The Dependency Injection Design Pattern in P...
    - Performing Inferential Statistical Analysis ...
    - Performing Descriptive Statistical Analysis ...





    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 Hosted by Hostway
    Stay green...Green IT