- Timestamp:
- 09/17/08 13:55:47 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/php/misc/Hermit/src/Hermit/creator/HermitStaticSqlCreator.php
r19345 r19426 3 3 class HermitStaticSqlCreator implements HermitSqlCreator { 4 4 private $sql; 5 public function __construct( ReflectionMethod $method,$sql){5 public function __construct($sql){ 6 6 $this->sql = $sql; 7 7 } 8 public function createSql( ){8 public function createSql(PDO $pdo){ 9 9 return $this->sql; 10 10 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)