Workout With Friends
Stay fit with a little motivation
 All Classes Namespaces Files Functions Variables Properties
Classes
wowf.lib.validators Namespace Reference

Classes

class  Unique
 Makes sure that a field does not already exist in the database. More...
class  Exists
 Makes sure that a field exists in the database. More...
class  ValidLogin
 Makes sure that the email and password combo exists in the database, and the user has the necessary priveleges to login. More...
class  FileRequired
 Makes sure a file was selected and uploaded. More...
class  FileType
 Makes sure a file is of the proper type. More...