BSR to Bsr
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
namespace BSR\Db;
|
||||
namespace Bsr\Db;
|
||||
|
||||
use BSR\Config\Configuration;
|
||||
use BSR\Db\Exception\SqlException;
|
||||
use Bsr\Config\Configuration;
|
||||
use Bsr\Db\Exception\SqlException;
|
||||
|
||||
class Connection
|
||||
{
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace BSR\Db;
|
||||
namespace Bsr\Db;
|
||||
|
||||
class DbHelper
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
namespace BSR\Db;
|
||||
namespace Bsr\Db;
|
||||
|
||||
use BSR\Db\Exception\InvalidAttributeException;
|
||||
use Bsr\Db\Exception\InvalidAttributeException;
|
||||
|
||||
/**
|
||||
* Base class for mapping objects. inherit your database filled objects from here.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace BSR\Db\Exception;
|
||||
namespace Bsr\Db\Exception;
|
||||
|
||||
/**
|
||||
* Exception raised when an invalid attribute name is accessed
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
namespace BSR\Db;
|
||||
namespace Bsr\Db;
|
||||
|
||||
class OdbcResultSet implements \Iterator, \ArrayAccess
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user