mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
Import DB parser classes from previous private project
This commit is contained in:
parent
653fc532f5
commit
59f14d8a3f
6 changed files with 231 additions and 0 deletions
13
common/framework/parsers/dbtable/index.php
Normal file
13
common/framework/parsers/dbtable/index.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
namespace Rhymix\Framework\Parsers\DBTable;
|
||||
|
||||
/**
|
||||
* Index class.
|
||||
*/
|
||||
class Index
|
||||
{
|
||||
public $name;
|
||||
public $columns = array();
|
||||
public $is_unique = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue