mirror of
https://github.com/dg/dibi.git
synced 2025-03-13 19:00:05 +01:00
typo, docs
This commit is contained in:
parent
607ec8ae77
commit
e9c677c750
@ -113,7 +113,7 @@ echo "</p>\n";
|
||||
|
||||
|
||||
// connects to SQLSRV
|
||||
echo '<p>Connecting to SQLSRV: ';
|
||||
echo '<p>Connecting to Microsoft SQL Server: ';
|
||||
try {
|
||||
dibi::connect([
|
||||
'driver' => 'sqlsrv',
|
||||
|
@ -13,7 +13,7 @@ use Dibi\Helpers;
|
||||
|
||||
|
||||
/**
|
||||
* The dibi driver for SQLSRV database.
|
||||
* The dibi driver for Microsoft SQL Server and SQL Azure databases.
|
||||
*
|
||||
* Driver options:
|
||||
* - host => the MS SQL server host name. It can also include a port number (hostname:port)
|
||||
|
@ -11,7 +11,7 @@ use Dibi;
|
||||
|
||||
|
||||
/**
|
||||
* The dibi reflector for SQLSRV databases.
|
||||
* The dibi reflector for Microsoft SQL Server and SQL Azure databases.
|
||||
* @internal
|
||||
*/
|
||||
class SqlsrvReflector implements Dibi\Reflector
|
||||
|
@ -255,7 +255,7 @@ class Result implements IDataSource
|
||||
* - associative descriptor: col1|col2->col3=col4
|
||||
* builds a tree: $tree[$val1][$val2]->col3[$val3] = val4
|
||||
* @param string associative descriptor
|
||||
* @return Row
|
||||
* @return array
|
||||
* @throws \InvalidArgumentException
|
||||
*/
|
||||
final public function fetchAssoc($assoc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user