mamadali/yii2-favorites 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mamadali/yii2-favorites

Composer 安装命令:

composer require mamadali/yii2-favorites

包简介

user favorites extension for yii2 application

README 文档

README

Latest Stable Version Total Downloads

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist mamadali/yii2-favorites "*"

or add

"mamadali/yii2-favorites": "*"

to the require section of your composer.json file.

then run migrations

php yii migrate/up --migrationPath=@vendor/mamadali/yii2-favorites/migrations

first add to config.php or if use advanced project add to common/config/main.php

    'components' => [
        ...
        'favorites' => [
            'class' => 'mamadali\favorites\Favorite',
        ],
        ...
    ];

Usage

How to add product to user favorites

   Yii::$app->favorites->add(Product::class, $product->id);

Note: this method return true when user not loged in

How to remove product from user favorites

   Yii::$app->favorites->remove(Product::class, $product->id);

How to check if product is in user favorites

   Yii::$app->favorites->has(Product::class, $product->id);

How to get all user favorites from Product model

   Yii::$app->favorites->getAll(Product::class);

How to get count of user favorites from Product model

   Yii::$app->favorites->getCount(Product::class);

How to get data provider from favorite Products

   Yii::$app->favorites->getDataProvider(Product::class);

统计信息

  • 总下载量: 19
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2022-02-15

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固