Last active
August 29, 2015 14:07
-
-
Save innesm4/61c6537c130ac35ffb05 to your computer and use it in GitHub Desktop.
Plan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Include necessary data | |
// Initialize the database connection | |
// Include the common header markup | |
// Determine the page variables from the POST data | |
// Load the proper database info using the page vairiables | |
// Loop through the loaded rows | |
// Format the images for display | |
// Create a permalink | |
// Format the entry for display | |
// Add the formatted entry to the entry array | |
// Collapse the entry array into page-ready markup | |
// Output the entries | |
// Include the common footer markup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment