I have written modules for webservers with so many php/html files that I lost track, so I come out with this simple module to simplify the logic among pages.
Imagine my module is a book, with many chapter inside.
-- The book is the main page, normally index.html or index.php.
-- The module comprises of many files, each file performs some functions.
Thus file is equivalent to a chapter.
-- Each file may contain several functions. This are the sections in the
chapter.
Imagine if I can say goto this book, this chapter and this section. I will need a content page to look up the pages. Thus the idea is formed.
The content pages is stored in an .ini format and read in using my INIPARSER class. It will be in the form:
[<LOGIC NAME>]
<action>=<php function name>
<action>=<php function name>, <file name>
<action>=<php function name>, <file name>, <file name 2> ...
If I hit the page with the action text embedded through
index.php?action="..."
or
<input type=hidden NAME="action" VALUE="...">
The index.php will just call up the function I want.
I hope that this will help to modularize your php codes as well.
|
|
| Name: |
PageLogic |
| Base name: |
pagelogic |
| Description: |
A way to organize files in a web module |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
920 users |
| All time rank: |
3410 |
| Week users: |
0 users |
| Week rank: |
2222  |
| |
|
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|