"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.phpandftpaccount.phpfiles at site root; - Use content of
example.phpto 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