[Gravity] Rename Lunr\DataAccess => Lunr\Gravity and restructure the namespace

Review Request #77 — Created March 11, 2013 and submitted — Latest diff uploaded

pprkut
Lunr
pprkut:dao_helpers
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
src/Lunr/Gravity/Database/MySQL/Tests/MySQLDMLQueryBuilderEscapeTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLDMLQueryBuilderGroupByTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLDMLQueryBuilderInsertTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLDMLQueryBuilderLimitTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLDMLQueryBuilderOrderByTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLDMLQueryBuilderSelectTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLDMLQueryBuilderTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLDMLQueryBuilderUpdateTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLQueryResultBaseTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLQueryResultFailedTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLQueryResultFreeTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLQueryResultResultTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLQueryResultSuccessTest.php
src/Lunr/Gravity/Database/MySQL/Tests/MySQLQueryResultTest.php
src/Lunr/Gravity/Database/Tests/DatabaseAccessObjectNoPoolTest.php
src/Lunr/Gravity/Database/Tests/DatabaseAccessObjectPoolTest.php
src/Lunr/Gravity/Database/Tests/DatabaseAccessObjectResultsTest.php
src/Lunr/Gravity/Database/Tests/DatabaseAccessObjectTest.php
src/Lunr/Gravity/Database/Tests/DatabaseConnectionPoolBaseTest.php
src/Lunr/Gravity/Database/Tests/DatabaseConnectionPoolEmptyTest.php
This diff has been split across 7 pages: < 1 2 3 4 5 6 7 >
Loading...