"Swedish table" Project
Project brings up something like ORM functionality, build with native Joomla approach
- Create table according to defenitions;
- Prepare JForm based on table;
- Prepare edit form based on table;
- Add 'LiberoTable', passing #__table to constructor brings up Phase 1 functionality;
- Adding auto-support of NestedSets tables;
- Building component for GUI managment of database;
Actions to test first part of implementation:
- Place
manager.php
andftpaccount.php
files at site root; - Use content of
example.php
to trigger scripts;
Expected result:
- Table created if not exists;
- Fields created according to defenitions if not exists;
- Form genarated according to fields defenitions;
Project need to be refactored and need to use JooYii