mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +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
15
common/framework/parsers/dbquery/ColumnRead.php
Normal file
15
common/framework/parsers/dbquery/ColumnRead.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
namespace Rhymix\Framework\Parsers\DBQuery;
|
||||
|
||||
/**
|
||||
* ColumnRead class.
|
||||
*/
|
||||
class ColumnRead
|
||||
{
|
||||
public $name;
|
||||
public $alias;
|
||||
public $ifvar;
|
||||
public $is_expression = false;
|
||||
public $is_wildcard = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue