<?php /** * Object represents table 'religions' * * @author: http://phpdao.com * @date: 2016-07-30 11:47 */ class Religion{ var $id; var $name; } ?>