class Book extends \yii\db\ActiveRecord
{
public static function tableName()
{
return 'book';
}
}
class Book extends \yii\db\ActiveRecord
{
public static function tableName()
{
return 'book';
}
}
Comments
Post a Comment