2017 © Pedro Peláez
 

yii2-extension catalog

Catalog for EasyiiCMS

image

grozzzny/catalog

Catalog for EasyiiCMS

  • Thursday, July 5, 2018
  • by grozzzny
  • Repository
  • 1 Watchers
  • 0 Stars
  • 199 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 37 % Grown

The README.md

Catalog for EasyiiCMS

This module allows to Easy yii2 cms, (*1)

Demo: salesmarket.org, (*2)

Installation guide

$ php composer.phar require grozzzny/catalog "dev-master"

Run migrations, (*3)

php yii migrate --migrationPath=@vendor/grozzzny/catalog/migrations

Schema

alt text, (*4)

Catalog with different types of data

alt text, (*5)

Any level of nesting

alt text, (*6)

Speed filter

alt text alt text, (*7)

Several languages

<?
$i18n = json_encode([
    'select_category' => Yii::t('gr','Select category..'),
    'key' => Yii::t('gr','Key'),
    'value' => Yii::t('gr','Value'),
    ...
    'filter_show' => Yii::t('gr','Show in filter'),
], JSON_UNESCAPED_UNICODE);

Element "Many to Many"

alt text, (*8)

Inheritability of properties

alt text alt text, (*9)

Large selection of property types

alt text, (*10)

Convenient setting options for a property with the type "select"

alt text, (*11)

Easily add customizations

if ($property->settings->filter_range){
  ...
}

alt text, (*12)

Universal validation rules

alt text alt text, (*13)

Property type "Multi category"

alt text alt text alt text, (*14)

Property type "HTML"

alt text, (*15)

Property type "Image" or "File"

alt text, (*16)

Property type "Code"

alt text, (*17)

The Versions