[Gravity] Rename Lunr\DataAccess => Lunr\Gravity and restructure the namespace
Review Request #77 — Created March 11, 2013 and submitted — Latest diff uploaded
Information | |
---|---|
pprkut | |
Lunr | |
pprkut:dao_helpers | |
Reviewers | |
lunr | |
Rename the DataAccess namespace to Gravity. Additionally this restructures the whole namespace into clearer sub-namespaces to not have everything in the same folder. The new structure is like this: Gravity |_Database | |_MySQL |_Filesystem Eventually we could make sub-namespaces in Gravity\Filesystem as well, but IMHO it's still a bit early for that. This depends on http://reviews.lunr.nl/r/67/ and http://reviews.lunr.nl/r/63/
Unit Tests
Diff Revision 1 (Latest)
src/Lunr/Gravity/Database/MySQL/MySQLConnection.php |
---|
src/Lunr/Gravity/Database/MySQL/MySQLDMLQueryBuilder.php |
---|
src/Lunr/Gravity/Database/MySQL/MySQLQueryResult.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLiFailedConnection.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLiResult.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLiSuccessfulConnection.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLndFailedConnection.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLndSuccessfulConnection.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MySQLAsyncQueryResultBaseTest.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MySQLAsyncQueryResultFetchTest.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MySQLAsyncQueryResultTest.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionBaseTest.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionConnectTest.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionEscapeTest.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionQueryTest.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionSetTest.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionTest.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MySQLConnectionTransactionTest.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MySQLDMLQueryBuilderConditionTest.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MySQLDMLQueryBuilderDeleteTest.php |
---|