Yii2 Bootstrap 3
 
 

11 lines
141 B

<?php
namespace yiiunit\data\ar;
class Customer extends ActiveRecord
{
public static function tableName()
{
return 'tbl_customer';
}
}