GitList
Repositories
Help
Report an Issue
vroom360
Code
Commits
Branches
Tags
Search
Tree:
e36c40f
Branches
Tags
master
vroom360
AnswerObject.php
initial commit
Dev Ghai
commited
e36c40f
at 2013-09-26 06:24:15
AnswerObject.php
Blame
History
Raw
<?php /* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * Description of AnswerObject * * @author dghai */ class AnswerObject { public $id; public $ques_id ; public $value; public $attachment_path; public $comment; public $survey_id ; public $date; public $sequence; } ?>