Class Giscuit_Validate_TablenameAvailable

Description

Validator for checking table name availability

  • copyright: Copyright (c) 2012 VEC

Located in /Validate/TablenameAvailable.php (line 23)

Zend_Validate_Abstract
   |
   --Giscuit_Validate_TablenameAvailable
Class Constant Summary
 TABLE_NOT_AVAILABLE = 'tableNameUnavailable'
Variable Summary
Method Summary
 isValid (string $value) boolean
Variables
array $_messageTemplates = array(
self::TABLE_NOT_AVAILABLE => 'Table name unavailable'
)
(line 33)

Validation failure message template definitions

  • access: protected
Methods
isValid (line 45)

Defined by Zend_Validate_Interface

Returns true if table does not exist or belongs to current user

  • access: public
boolean isValid (string $value)
  • string $value
Class Constants
TABLE_NOT_AVAILABLE = 'tableNameUnavailable' (line 26)

Documentation generated on Mon, 19 Aug 2013 07:50:26 +0000 by phpDocumentor 1.4.3