ProductToEvent.php 276 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 <?php /** * Created by PhpStorm. * User: stes * Date: 13.07.17 * Time: 17:12 */ namespace artbox\catalog\models; use yii\db\ActiveRecord; class ProductToEvent extends ActiveRecord { public static function tableName() { return 'product_to_event'; } }