SunQuest
 
       PHP
  Home arrow PHP arrow Page 3 - An Introduction to Intranet Applicatio...
Dev Shed Forums 
Administration  
AJAX  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Forums Sitemap 
IBM® developerWorks 
Sun Developer Network 
Dedicated Servers 
E-Commerce Hosting 
Linux Web Hosting 
Managed Hosting 
Small Business Hosting 
Actuate Whitepapers 
Moblin 
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

An Introduction to Intranet Application Frameworks
By: Chris Neeman
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 6
    2007-07-18

    Table of Contents:
  • An Introduction to Intranet Application Frameworks
  • The Intranet
  • Presentation Layer
  • Database Support

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb 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

    Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here!

    An Introduction to Intranet Application Frameworks - Presentation Layer


    (Page 3 of 4 )

    The presentation layer will consist of an HTML template. This template will collect all the input from the user when required; it will also present output when required to do so by the user. HTML is generally used for this purpose.

    The most common HTML data collection tool is the form. We are going to be seeing a lot of it during the course of this article. I've generated all the templates using Dreamweaver. Dreamweaver makes it easy to make cosmetic changes to aspects of a template that you want to change.

    Application Framework

    The application framework will consists of three core components:

    Database support - This component will offer database abstraction to the applications. See the section on database support on the next page. 

    Error handling - All applications will need debugging and error handling during and after development. This error handling class will offer such support. Therefore, all applications that use the framework will have to use this support to generate error messages in a uniform way.

    Authorization and Authentication - None of the applications using the framework will have to deal with logging users in and out of the system. This will be done by the central authorization facility. Each application will have to use its own business logic to decide which users to grant and deny access. This component will use the database support from the framework to find out whether a user exists and if so, it will redirect the user to the index page of the intranet site; otherwise the user will be informed that her login details did not match.

    More PHP Articles
    More By Chris Neeman


     

       

    PHP ARTICLES

    - Handling Attachments in MIME Email with PHP
    - Completing the Project Management Application
    - Sending MIME Email with PHP
    - Handling Files for a Project Management Appl...
    - Viewing and Editing Tasks for a Project Mana...
    - More on Private Methods with PHP 5 Member Vi...
    - Adding Tasks to a Project Management Applica...
    - Utilizing Private Methods with PHP 5 and Mem...
    - Making Changes in a Project Management Appli...
    - Defining Public and Protected Methods with M...
    - HTML for a Project Management Application
    - Using Subclasses and Accessors with Member V...
    - Implementing Internet Protocols with PHP
    - Project Management: The Application
    - Working with Private Properties to Protect P...




    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway