mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-10-01 15:50:42 +00:00
6 lines
No EOL
104 B
PHP
6 lines
No EOL
104 B
PHP
<?php
|
|
|
|
class CrudGenerator extends CCodeGenerator
|
|
{
|
|
public $codeModel='gii.generators.crud.CrudCode';
|
|
} |