Location: PHPKode > projects > Extract > extract/clsinfosurvey.php
<?php
/**
 * Extract : clsinfosuvey.php
 *
 * class info survey
 *
 * PHP versions 4 and 5
 *
 * LICENSE: 
 *  This file is part of extract.
 * 
 *  Extract is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  any later version.
 * 
 *  Extract is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 * 
 *  You should have received a copy of the GNU General Public License
 *  along with Extract.  If not, see <http://www.gnu.org/licenses/>.
 *  see LICENSE.TXT
 *
 * @package		 Extract
 * @author     Pierre BAUDRY <hide@address.com>
 * @copyright  2005-2008 Pierre BAUDRY
 * @license    http://www.gnu.org/licenses/gpl.txt GNU General Public License 3
 * @version    0.5.1
 * @link       http://sourceforge.net/projects/extract
 * @since      0.0.1
 * @deprecated 
 */

// Updates :// 051102 PIB : split ai_class_info.php


///////////////////////////////////////////////////
// clsinfosurvey
///////////////////////////////////////////////////
class clsinfosurvey extends clsinfo
{

  // clsinfosurvey
  ///////////////////////////////////////////////////
  function clsinfosurvey () {
    $this->clsinfo();
    $this->stridinfotype = "survey";
  }

  ///////////////////////////////////////////////////
  function init () {
    parent::init();
    return TRUE;
  }

}

?>
Return current item: Extract