- Timestamp:
- 10/03/08 18:15:28 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/php/misc/Hermit/src/Hermit/parameter/HermitMySqlProcedureParameter.php
r20492 r20612 30 30 public function bind(PDOStatement $stmt, $value){ 31 31 $param = $value[0]; 32 $param->__init__(); 32 33 foreach($this->bindKeys as $index => $key){ 33 34 if($this->info->typeofIn($key)){ 34 $stmt->bind Param(':' . $key, $param->$key);35 $stmt->bindValue(':' . $key, $param->get($key)); 35 36 } 36 37 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)