mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-11 18:01:21 +01:00
11 lines
133 B
PHP
11 lines
133 B
PHP
<?php
|
|
|
|
namespace yiiunit\data\ar;
|
|
|
|
class Item extends ActiveRecord
|
|
{
|
|
public static function tableName()
|
|
{
|
|
return 'tbl_item';
|
|
}
|
|
} |