2017 © Pedro Peláez
 

library cart

Base class cart for Publisher 6.0

image

pers1307/cart

Base class cart for Publisher 6.0

  • Thursday, May 12, 2016
  • by pers1307
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Publisher base cart

Software License, (*1)

Кароч, это базовый класс для корзины Publisher'а. От него можно унаследоваться и кастомизировать под свой проект., (*2)

Пока проект можно использовать только как сырую основу, (*3)

Install

Используй composer и все., (*4)

``` bash $ php composer.phar require --prefer-dist pers1307/cart "dev-master", (*5)


## Как мне с этим работать? Сам пока не знаю ... Таблица ``` sql DROP TABLE IF EXISTS `mp_cart`; CREATE TABLE `mp_cart` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` varchar(255) NOT NULL, `item_id` int(11) NOT NULL, `amount` int(11) NOT NULL, `cost` double(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT;

Автор

Лицензия

The MIT License (MIT). Please see License File for more information., (*6)

The Versions

12/05 2016

dev-master

9999999-dev https://github.com/pers1307/cart

Base class cart for Publisher 6.0

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

cart publisher