<?php
/**
* Object represents table 'clientarea'
*
* @author: http://phpdao.com
* @date: 2014-11-24 10:38
*/
class Clientarea{
var $id;
var $name;
var $comment;
var $governmentid;
var $governmentname;
var $associatedtag_id;
}
?>