joomla-pythagoras
joomla-pythagoras copied to clipboard
Joomla Pythagoras Repository
## Channel Dependant Renderers Each possible output channel might require its own output format. The `Accept:` header is used to determine the requested format. For channels without such a header,...
All CRUD operations are (will be) covered by the core system. If a component provides business logic, this should go into (business) **Models**. We need a way to identify or...
## Entry Points The different channels each need their own entry point, since the application stack will be different in some regard. - [x] Entry point for browsers `index.php` -...
_Library to localise strings_ ## Requirements - Current language files **MUST** be re-usable. _A lot of efford has been put into translations into a vast number of languages. It does...
Since Joomla 3.5 support PHP 7, i think this is right way for support new technologies. I'm read, Joomla 4.0 coming soon later this year: http://magazine.joomla.org/issues/issue-december-2015/item/2911-introducing-joomla-4 just skip Bootstrap 3.x...
ORM
## Repositories - [ ] Evaluate [PINQ](http://elliotswebsite.com/Pinq). Based off the .NET's LINQ (Language integrated query), PINQ unifies querying across arrays/iterators and external data sources, in a single readable and concise...
Something like - [AdminLTE](https://almsaeedstudio.com/preview) - [JA Admin](https://www.joomlart.com/blog/joomla-templates/preview-ja-admin-admin-template-for-joomla-3) - [Gentelella](https://colorlib.com/polygon/gentelella/index.html)
A view which allows to create and edit entities
Create some page objects for codeception tests