mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
Rename all common/framework source files to be case-sensitive
This commit is contained in:
parent
60fd7d7cf2
commit
0029d1a1ec
73 changed files with 5 additions and 5 deletions
19
common/framework/parsers/dbquery/ColumnWrite.php
Normal file
19
common/framework/parsers/dbquery/ColumnWrite.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
namespace Rhymix\Framework\Parsers\DBQuery;
|
||||
|
||||
/**
|
||||
* ColumnWrite class.
|
||||
*/
|
||||
class ColumnWrite extends VariableBase
|
||||
{
|
||||
public $name;
|
||||
public $operation = 'equal';
|
||||
public $var;
|
||||
public $ifvar;
|
||||
public $default;
|
||||
public $not_null;
|
||||
public $filter;
|
||||
public $minlength = 0;
|
||||
public $maxlength = 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue