-
- Downloads
refactor table implementation
- change new() and edit() to return changeSet - split save() into insert(), update(), and insertOrUpdate()
Showing
- src/Scaffolding/TableImplementation.php 33 additions, 15 deletionssrc/Scaffolding/TableImplementation.php
- src/Scaffolding/TablesDefinitions.php 0 additions, 1 deletionsrc/Scaffolding/TablesDefinitions.php
- tests/CompositeTypeIntegrationTest.php 3 additions, 1 deletiontests/CompositeTypeIntegrationTest.php
- tests/Fixtures/PackagesTable.php 35 additions, 17 deletionstests/Fixtures/PackagesTable.php
- tests/Fixtures/TestsTable.php 38 additions, 16 deletionstests/Fixtures/TestsTable.php
- tests/TableTest.php 8 additions, 3 deletionstests/TableTest.php
Loading
Please register or sign in to comment