-
- Downloads
Provide a wider selection of querying methods in Table.
- getOneBy() - findOneBy() - getFirstBy() - findFirstBy() Also deprecate getBy() in favor of its replacement getOneBy() Closes #29
Showing
- src/Scaffolding/TableImplementation.php 61 additions, 5 deletionssrc/Scaffolding/TableImplementation.php
- src/TableManager.php 50 additions, 0 deletionssrc/TableManager.php
- tests/ConfigTableTest.phpt 57 additions, 0 deletionstests/ConfigTableTest.phpt
- tests/Fixtures/.definition.php 8 additions, 0 deletionstests/Fixtures/.definition.php
- tests/Fixtures/ConfigModifications.php 56 additions, 0 deletionstests/Fixtures/ConfigModifications.php
- tests/Fixtures/ConfigPrimaryKey.php 52 additions, 0 deletionstests/Fixtures/ConfigPrimaryKey.php
- tests/Fixtures/ConfigRow.php 46 additions, 0 deletionstests/Fixtures/ConfigRow.php
- tests/Fixtures/ConfigTable.php 316 additions, 0 deletionstests/Fixtures/ConfigTable.php
- tests/Fixtures/GeneratedTable.php 60 additions, 4 deletionstests/Fixtures/GeneratedTable.php
- tests/Fixtures/PackagesTable.php 60 additions, 4 deletionstests/Fixtures/PackagesTable.php
- tests/Fixtures/TestFixtures.php 1 addition, 0 deletionstests/Fixtures/TestFixtures.php
- tests/Fixtures/TestsTable.php 60 additions, 4 deletionstests/Fixtures/TestsTable.php
- tests/Scaffolding/ScaffoldingTest.phpt 1 addition, 1 deletiontests/Scaffolding/ScaffoldingTest.phpt
- tests/TableTest.php 1 addition, 1 deletiontests/TableTest.php
- tests/initializeDatabase.php 8 additions, 0 deletionstests/initializeDatabase.php
Loading
Please register or sign in to comment