matacms / matacms-product
Products management for MATA CMS
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Type:yii2-extension
This package is not auto-updated.
Last update: 2024-11-09 16:32:27 UTC
README
Product module allows to manage products in MATA CMS.
Installation
- Add the application using composer:
"matacms/matacms-product": "~1.0.0"
Client
Product Client extends matacms\clients
.
In addition, it exposes the following methods:
public function findByURI($uri) {}
Returns Product entity with specified URI.
public function findAll() {}
Returns all published Product entities using caching dependency
public function getFindAllQuery() {}
Returns all published Product entities without caching.
Changelog
1.0.0.1-alpha, September 2, 2016
- Updated Product model
1.0.0-alpha, May 21, 2015
- Initial release.