Home arrow MySQL arrow Page 7 - Data Management Made Easy Using Nennius: Advanced Data Handling

Help Files and User Documentation - MySQL

Welcome to part three of this tutorial introducing application development for the Nennius engine. In this article, we will enhance the News Manager application from part two.

TABLE OF CONTENTS:
  1. Data Management Made Easy Using Nennius: Advanced Data Handling
  2. Advanced Application Configuration
  3. Expanding Our Application Menu
  4. Creating the User Comments Component
  5. Creating Component Dependencies
  6. Component Notes
  7. Help Files
  8. File Attachments
By: Brian Vaughn
Rating: starstarstarstarstar / 6
August 03, 2005

print this article
SEARCH DEV SHED

TOOLS YOU CAN USE

advertisement

We may also want to provide our moderators with basic instructions on how to properly create news entries and regulate comments. We may do this by creating basic HTML help files (we'll call ours 'news.htm' and 'comments.htm') and specifying their location within our descriptor files as well. Let's start by creating the help files and placing them within a new directory named '/help/'. For our 'news.htm' file, insert the following content:

The <strong>News Management</strong> page allows ADMINs to create and modify news releases.

<br><br>

Images may also be attached to releases to create a photo gallery.

Next we will need to tell Nennius which help file to use. We can do this by appending the following to our '/descriptors/news.php' file:

# specify location of help & support file for component

$GLOBALS['g_optional_help_file']                                     = 'help/news.htm';

Now that we've set up our News help file, try creating your own help file for the Comments component and then tie it into the system using that component's descriptor file.



 
 
>>> More MySQL Articles          >>> More By Brian Vaughn
 

blog comments powered by Disqus
   

MYSQL ARTICLES

- Cloudera Named Enterprise Hadoop Leader
- Xeround Releases Free Version of MySQL Cloud...
- Oracle Announces New MySQL Specialization
- Constant Contact Chooses SkySQL for MySQL Su...
- Revoke Statement in MySQL
- The Grant Statement in MySQL
- SuccessBricks Announces ClearDB Availability...
- Building a PHP ORM: Deploying a Blog
- TROSYS Launches Free MySQL Manager and Admin...
- Building an ORM in PHP: Domain Modeling
- Building an ORM in PHP
- MySQL Leads Open Source Market, Gets Cluster...
- Oracle Announces Milestone Release for MySQL
- How to Stop SQL Injection Attacks
- New Defragmentation Solution for SQL Server


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 7 - Follow our Sitemap

Dev Shed Tutorial Topics: