Web hosting solutions - Chapter 9: Intranet Contact Manager 313 Configuration Variable

Chapter 9: Intranet Contact Manager 313 Configuration Variable Template File Purpose $CONTACT_CAT_HOME_ contact_cat_home.html Category index template. TEMPLATE $CONTACT_INFO_ADD_ contact_info_add_ Web form template to MOD_TEMPLATE mod.html add or modify contacts. $CONTACT_CAT_ADD_ contact_cat_add_ Web form template to MOD_TEMPLATE mod.html add or modify categories. $CONTACT_DETAILS_ Contact_details.html Contact details template. TEMPLATE $CONTACT_SEARCH_ contact_search_ Shows the search INPUT_TEMPLATE input.html options. $CONTACT_SEARCH_ contact_search_ Shows the search output. RESULT_TEMPLATE result.html $REMINDER_MSG_TEMPLATE reminder_contents.html Shows the reminder. $CONTACT_MAIL_TEMPLATE contact_mail.html Takes input for the mail to contact. $CONTACT_MAIL_ contact_mail_ Shows details of each of DETAIL_TEMPLATE detail.html the sent mails. The Contact Category Manager Application The application contact_category_mngr.php is responsible for managing contact categories. This application is included on the CD-ROM in the ch9/apps directory. It implements the following functionality: . Allows administrative users to create, modify, and delete categories. . Does not allow non-administrative users to create, modify, or delete categories. This application has the following methods: . run(): When the application is run, this method is called. It decides which functionality is requested by the user and calls the appropriate driver method to perform the desired operations:

Leave a Reply