Skip to content

Releases: mvccore/example-cdcol

MvcCore - Example - CD Collection v2.0.0

05 Jan 20:40
Compare
Choose a tag to compare

Added

  • MvcCore 2.0.0 support
    • environment string managed by MvcCore, not by bootstrap
    • Base model - added commented configuration examples for mysql, mssql and sqlite

Removed

  • Assets controller - now handled by MvcCore 2.0.0 itself

Changed

  • result packiging by Packager 2.0.0+ with automatic PHP script order and much more
  • for live example is used sqlite database, mysql and mssql backups still included as SQL files
  • new view helpers for assets - js and css
  • js and css fixes

MvcCore - Example - CD Collection v2.0.0

29 Dec 23:35
Compare
Choose a tag to compare
  • basic demo how to develop and build MVC application into single PHP/PHAR file
  • still no bundling by composer, each library is placed manualy into development/Libs folder