Class Giscuit_Validate_PsqlExists

Description

Check for a psql.exe file on a given $path

  • copyright: Copyright (c) 2010 Giscuit

Located in /Validate/PsqlExists.php (line 17)

Zend_Validate_Abstract
   |
   --Giscuit_Validate_PsqlExists
Class Constant Summary
 WRONG_PSQL_PATH = 'wrongPsqlPath'
Variable Summary
Method Summary
 isValid (string $path) boolean
Variables
array $_messageTemplates = array(
self::WRONG_PSQL_PATH => "Wrong Postgresql bin path"
)
(line 27)

Validation failure message template definitions

  • access: protected
Methods
isValid (line 39)

Defined by Zend_Validate_Interface

Returns true if there is a psql.exe file on the given $path

  • access: public
boolean isValid (string $path)
  • string $path
Class Constants
WRONG_PSQL_PATH = 'wrongPsqlPath' (line 20)

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