This extension provides shared components for Yii2 we use in our company.
- Controller - Controller parent class
- DbModel - ActiveRecord parent class
- Def - Common constants and definitions
- DT - Helper class for date time operations
- Formatter - Extended Yii formatter
- FtsException - Exception with automatic logging
- IpFilter - IP filter behavior
- ModelSaveException - Exception intended for handling model save
- SSE - Server-sent-events implementation
- TestAssetManager - Asset manager replacement used in functional tests to prevent asset publishing
- Tools - Common tools that requires Yii to work
- Added TestAssetManager
- Added SSE
- Added Controller
- Added Formatter
- Added DT::displayDate()
- Added DT::displayDateTime()
- Added DT::displayTime()
- Added DT::toTimezone()