mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
30 lines
577 B
PHP
30 lines
577 B
PHP
<?php
|
|
|
|
/**
|
|
* Reserved words for Rhymix
|
|
*
|
|
* Copyright (c) Rhymix Developers and Contributors
|
|
*/
|
|
return array(
|
|
'mid' => true,
|
|
'vid' => true,
|
|
'act' => true,
|
|
'admin' => true,
|
|
'module' => true,
|
|
'module_srl' => true,
|
|
'member_srl' => true,
|
|
'menu_srl' => true,
|
|
'menu_item_srl' => true,
|
|
'parent_srl' => true,
|
|
'layout_srl' => true,
|
|
'mlayout_srl' => true,
|
|
'document_srl' => true,
|
|
'comment_srl' => true,
|
|
'file_srl' => true,
|
|
'regdate' => true,
|
|
'list_order' => true,
|
|
'sort_index' => true,
|
|
'order_type' => true,
|
|
'search_target' => true,
|
|
'search_keyword' => true,
|
|
);
|