equal
deleted
inserted
replaced
12 * obtain it through the world-wide-web, please send an email |
12 * obtain it through the world-wide-web, please send an email |
13 * to license@zend.com so we can send you a copy immediately. |
13 * to license@zend.com so we can send you a copy immediately. |
14 * |
14 * |
15 * @category Zend |
15 * @category Zend |
16 * @package Zend_Validate |
16 * @package Zend_Validate |
17 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
17 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @license http://framework.zend.com/license/new-bsd New BSD License |
18 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 * @version $Id: Abstract.php 23356 2010-11-18 15:59:10Z ralph $ |
19 * @version $Id: Abstract.php 24593 2012-01-05 20:35:02Z matthew $ |
20 */ |
20 */ |
21 |
21 |
22 /** |
22 /** |
23 * @see Zend_Validate_Abstract |
23 * @see Zend_Validate_Abstract |
24 */ |
24 */ |
28 * Class for Database record validation |
28 * Class for Database record validation |
29 * |
29 * |
30 * @category Zend |
30 * @category Zend |
31 * @package Zend_Validate |
31 * @package Zend_Validate |
32 * @uses Zend_Validate_Abstract |
32 * @uses Zend_Validate_Abstract |
33 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
33 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
34 * @license http://framework.zend.com/license/new-bsd New BSD License |
34 * @license http://framework.zend.com/license/new-bsd New BSD License |
35 */ |
35 */ |
36 abstract class Zend_Validate_Db_Abstract extends Zend_Validate_Abstract |
36 abstract class Zend_Validate_Db_Abstract extends Zend_Validate_Abstract |
37 { |
37 { |
38 /** |
38 /** |
274 return $this; |
274 return $this; |
275 } |
275 } |
276 |
276 |
277 /** |
277 /** |
278 * Sets the select object to be used by the validator |
278 * Sets the select object to be used by the validator |
279 * |
279 * |
280 * @param Zend_Db_Select $select |
280 * @param Zend_Db_Select $select |
281 * @return Zend_Validate_Db_Abstract |
281 * @return Zend_Validate_Db_Abstract |
282 */ |
282 */ |
283 public function setSelect($select) |
283 public function setSelect($select) |
284 { |
284 { |