rhymix/common/framework/parsers
Kijin Sung 6b7486e74f Add 'ifvar' attribute to most query elements
XML 쿼리에서 'ifvar' 속성을 사용하여, 특정 변수가 있을 때만 유효한 테이블이나
컬럼, 인덱스 힌트 등을 지정할 수 있도록 합니다. 어떤 변수를 넣는지에 따라
<condition> 뿐 아니라 <table>, <column>, <index_hint? 등의 적용 여부도
XML 쿼리 수정 없이 자유롭게 컨트롤할 수 있게 됩니다.
2021-02-09 21:58:07 +09:00
..
dbquery Add 'ifvar' attribute to most query elements 2021-02-09 21:58:07 +09:00
dbtable Use latin1 charset for ASCII-only columns that need to be short for indexing 2021-01-22 00:51:47 +09:00
baseparser.php Clean up editor module 2020-07-09 16:37:04 +09:00
configparser.php Remove useless use_prepared_statements option 2021-01-05 23:28:51 +09:00
dbqueryparser.php Add 'ifvar' attribute to most query elements 2021-02-09 21:58:07 +09:00
dbtableparser.php Fix various warnings in PHP 8.0 2021-01-28 22:32:56 +09:00
editorcomponentparser.php Clean up editor module 2020-07-09 16:37:04 +09:00
langparser.php Revert "Fix var_export() not working for stdClass in PHP < 7.3" 2018-12-13 18:59:27 +09:00
moduleactionparser.php Reorganize method/route parser order 2020-10-27 21:39:36 +09:00
moduleinfoparser.php Make all addons, modules, and widgets follow RX_VERSION 2020-12-18 00:20:33 +09:00
xmlrpcparser.php Add XMLRPCParser class to parse XE-compatible XML requests 2020-07-03 00:03:58 +09:00