Skip to content

Instantly share code, notes, and snippets.

@innesm4
Last active August 29, 2015 14:07
Show Gist options
  • Save innesm4/61c6537c130ac35ffb05 to your computer and use it in GitHub Desktop.
Save innesm4/61c6537c130ac35ffb05 to your computer and use it in GitHub Desktop.
Plan
// 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