phine-bundle phine-core
The core bundle for the Phine CMS, including base backend functionality and an installer
agentmedia/phine-core
The core bundle for the Phine CMS, including base backend functionality and an installer
- Thursday, March 1, 2018
- by agentmedia
- Repository
- 1 Watchers
- 0 Stars
- 33 Installations
- PHP
- 4 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
= phine-core =
This is the core bundle of the Phine CMS. It comes with base logic for all modules and some backend modules, but no frontend modules. You additionaly need the phine-buitlin bundle for the most basic frontend modules., (*1)
The phine CMS works with MySql database and Apache webservice., (*2)
In detail, the phine core includes the following things., (*3)
- An installer to setup bundles including their sql scripts, and generate ORM classes
- The Phine backend itself
- Backend modules for setting
- Backend modules for managing websites and their pages
- Backend modules for layouts with areas (where to put frontend modules)
- Backend module for containers to gather re-usable elements
- Backend mmodule to manage users and frontend members and groups
- Base classes and traits for backend and frontend modules; containing methods to assign groups and add adjustable texts (wording)
== version history ==, (*4)
=== 1.2.3 ===, (*5)
- first working, public version for composer / packagist
=== 1.2.4 ===, (*6)
- Corrected Spelling of PageRenderer::AppendToDescription (!Caution: Update your code to new signature!)
- Corrected company settings to more appropriate website
=== 1.2.5 ===, (*7)
- Added new {{site::url}} insert variable
== 1.2.6 ===, (*8)
== 1.2.7 ==, (*9)
- Introducing site base url, common usage , should be used instead site::url
== 1.2.8 ==, (*10)
- More intelligent guess for site base url in case it is not set