Code Search for Developers
 
 
  

Field.php from Astrum Futura at Krugle


Show Field.php syntax highlighted

<?php

/**
 * Zend Framework
 *
 * LICENSE
 *
 * This source file is subject to the new BSD license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://framework.zend.com/license/new-bsd
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@zend.com so we can send you a copy immediately.
 *
 * @category   Zend
 * @package    Zend_Environment
 * @copyright  Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
 * @license    http://framework.zend.com/license/new-bsd     New BSD License
 * @version    $Id: Exception.php 2794 2007-01-16 01:29:51Z bkarwin $
 */


/**
 * Zend_Environment_Exception
 */
require_once 'Zend/Environment/Exception.php';


/**
 * Zend_Environment_Field
 */
require_once 'Zend/Environment/Field.php';


/**
 * @category   Zend
 * @package    Zend_Environment
 * @copyright  Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
 * @license    http://framework.zend.com/license/new-bsd     New BSD License
 */
class Zend_Environment_Security_Field extends Zend_Environment_Field
{

    /**
     * Default properties for a field
     *
     * @var array
     */
    protected $_data = array('group' =>   null,
    'name' =>    null,
    'result_code' =>  null,
    'result' =>  null,
    'details' => null,
    'current_value' => null,
    'recommended_value' => null,
    'link' =>    null);

}




See more files for this project here

Astrum Futura

Multiplayer space strategy game written in PHP5 with the Zend Framework. User interface uses Javascript/AJAX for dynamic interaction. Players compete across a hexagonal map of 10,000 sectors, planets, stars and other locations through trade and combat.

Project homepage: http://sourceforge.net/projects/astrumfutura
Programming language(s): PHP,XML
License: other

  Test/
    CGI/
      ForceRedirect.php
    Core/
      AllowUrlFopen.php
      AllowUrlInclude.php
      DisplayErrors.php
      ExposePHP.php
      FileUploads.php
      GID.php
      MagicQuotesGPC.php
      OpenBasedir.php
      PostMaxSize.php
      RegisterGlobals.php
      UID.php
      UploadMaxFilesize.php
      UploadTmpDir.php
    Curl/
      FileSupport.php
    Session/
      UseTransSid.php
    CGI.php
    Core.php
    Curl.php
    Session.php
  Field.php
  Test.php