<?php /** * Object represents table 'stagestep' * * @author: http://phpdao.com * @date: 2014-04-08 10:32 */ class Stagestep{ var $stagestepId; var $stageId; var $stepno; var $operationId; } ?>