- Timestamp:
- 10/03/08 18:15:28 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/php/misc/Hermit/src/Hermit/parameter/HermitProcedureParameter.php
r20492 r20612 30 30 public function bind(PDOStatement $stmt, $value){ 31 31 $param = $value[0]; 32 $param->__init__(); 32 33 $propertyNames = $param->getPropertyNames(); 33 34 … … 38 39 throw new InvalidArgumentException('param ' . $param . ' has not propery: ' . $key . ' instatement: ' . $stmt->queryString); 39 40 } 40 $stmt->bindParam($bindKey, $param-> $key);41 $stmt->bindParam($bindKey, $param->get($key)); 41 42 continue; 42 43 } 43 44 44 45 $paramValue = null; 45 if( isset($param->$key)){46 $paramValue = $param->$key;46 if($param->issetValue($key)){ 47 $paramValue = $param->get($key); 47 48 } 48 49 if(null === $paramValue){
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)