Login   Register  
PHP Classes
elePHPant
Icontem

PageLogic

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

  Author  
Picture of Mark Quah
Name: Mark Quah <e-mail contact>
Packages: 7 Browse all classes by Mark Quah Browse all classes by
Country: Singapore Singapore - PHP jobs in Singapore
Age: ???
All time rank: 2271 in Singapore Singapore
Week rank: 1460 Down2 in Singapore Singapore Down


  Detailed description   Download .zip .tar.gz  
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.

  Classes of Mark Quah  >  PageLogic  >  Download .zip .tar.gz  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
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 Equal
 
  Groups   Rate classes User ratings   Applications   Related links   Files Files  

  Groups  
Group folder image Files and Folders Listing, accessing and manipulating files and folders View top rated classes


  User ratings  
Not yet rated by the users

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

  Related links  
Link Description
INIParser Class You need this

  Files folder image Files  
File Role Description
Plain text file class_pagelogic.php Class Create interlinking web pages with index from an .ini file.
Accessible without login Plain text file ONEFILE_SAMPLE.PHP Example Display different html pages using one single file.
Accessible without login Plain text file README.TXT Doc. Explanation about PageLogic

Download all files: pagelogic.tar.gz pagelogic.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.