<?php /** * Object represents table 'm_stage' * * @author: http://phpdao.com * @date: 2014-09-07 16:06 */ class MStage{ var $id; var $title; var $descreption; } ?>