Additions:
Author: Tom at klenwell@gmail.com
Deletions:
Additions:
// *** Pre-Script (core settings, includes)
// *** HTML Template (what the viewer will see in her browser)
// *** HTML Template (what the viewer will see in her browser)
Deletions:
// *** HTML Template (output to browser)
Additions:
Some aspects of the template are tailored to the framework I use in conjunction with the codebase I've developed over the last three years. For instance, my framework automatically starts a session and opens the buffer.
// *** Post-Script (close HTML, flush buffer, and other backend operations)
// *** Post-Script (close HTML, flush buffer, and other backend operations)
Deletions:
Additions:
// *** Pre-Script (core Settings, Includes)
// *** Data (triggers, flags, HTML, and other variables)
// *** Form (form constructors)
// *** Controllers (handles requests and sets event triggers)
// *** Events (trigger-controlled events)
// *** Output (set page head, dynamic HTML, blocks, and stacks for web page template)
// *** HTML Template (output to browser)
// *** Data (triggers, flags, HTML, and other variables)
// *** Form (form constructors)
// *** Controllers (handles requests and sets event triggers)
// *** Events (trigger-controlled events)
// *** Output (set page head, dynamic HTML, blocks, and stacks for web page template)
// *** HTML Template (output to browser)
Deletions:
// *** Data (Triggers, Flags, HTML, and other variables)
// *** Form (Form Constructors)
// *** Controllers (Handles requests and sets event triggers)
Additions:
// *** Form (Form Constructors)
// *** Controllers (Handles requests and sets event triggers)
// *** Controllers (Handles requests and sets event triggers)
Additions:
// *** Documentation
// *** Data (Triggers, Flags, HTML, and other variables)
// *** Documentation
// *** Data (Triggers, Flags, HTML, and other variables)
// *** Documentation
Deletions:
// ** Documentation
Additions:
// *** Pre-Script (Core Settings, Includes)
Additions:
// ** Documentation
// ** Documentation
/*______________________________________________________________________________
Klenwell PHP Script Frame Template
Last Update: Jan 2007
Author: Tom Atwell (klenwell@gmail.com)
SUMMARY
Give a summary of the script here. To summarize this template, it attempts to
provide a cogent, structured framework for constructing web pages using the AMVC framework.
NOTES
______________________________________________________________________________*/
// ** Documentation
/*______________________________________________________________________________
Klenwell PHP Script Frame Template
Last Update: Jan 2007
Author: Tom Atwell (klenwell@gmail.com)
SUMMARY
Give a summary of the script here. To summarize this template, it attempts to
provide a cogent, structured framework for constructing web pages using the AMVC framework.
NOTES
______________________________________________________________________________*/