Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
@lancasterjones
lancasterjones / gist:fe09d87f5be11e5b2286
Last active November 29, 2015 17:29
Photo Grading System (grading from 0-10)
*/
I am developing an app that enables a user to upload a picture and then have it graded by a different user.
When viewing a photo, I would like to get the list of the appropriate criteria in a list.
Sections (or locations)
Photos
Each photo belongs to a section.
Criteria