PageLogic - Mark Qua
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:
[]
=
=,
=, , ...
If I hit the page with the action text embedded through
index.php?action="..."
or
The index.php will just call up the function I want.
I hope that this will help to modularize your php codes as well.
If I hit the page with the action text embedded through
index.php?action="..."
or
The index.php will just call up the function I want.
I hope that this will help to modularize your php codes as well.


| Price: | Free FREE | Hits: | 104 |
| File Size: | Platforms: | Linux Mac Sun Windows | |
| Ratings: | Last Updated: | 2006-04-21 |
VIEW ALL
PHP