<?php /** * MINZ - Copyright 2011 Marien Fressinaud * Sous licence AGPL3 <http://www.gnu.org/licenses/> */ /** * The Minz_Model class represents a model in the MVC paradigm. */ class Minz_Model { }