| Recommend this page to a friend! |
| Classes of Mark Quah | > | PageLogic | > | Download .tar.gz .zip | > | > | > | |||||
|
| |||||||||||||||||||||||||||||||||||||||||||
| Detailed description | ||
| 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. |
| Groups | ||
| Files and Folders | Listing, accessing and manipulating files and folders | View top rated classes |
| Applications | Related links | |||||||
No application links were specified for this class.
|
|||||||||||||||||||||||||||||||||||||||||||