@@ -33,6 +33,7 @@ discard block |
||
| 33 | 33 | * @param string $password |
| 34 | 34 | * @param array $options |
| 35 | 35 | * @param boolean|string $cache |
| 36 | + * @param string $dbType |
|
| 36 | 37 | */ |
| 37 | 38 | public function __construct($dbType,$dbName, $serverName="localhost", $port="3306", $user="root", $password="", $options=[],$cache=false) { |
| 38 | 39 | $this->dbType=$dbType; |
@@ -151,7 +152,7 @@ discard block |
||
| 151 | 152 | |
| 152 | 153 | /** |
| 153 | 154 | * Returns the last insert id |
| 154 | - * @return integer |
|
| 155 | + * @return string |
|
| 155 | 156 | */ |
| 156 | 157 | public function lastInserId() { |
| 157 | 158 | return $this->pdoObject->lastInsertId(); |