neopolimatrix.eu/neopolimatrix/dbd/qq/NEOPOLIMATRIX_GET_TEXT.php
2015-01-23 12:42:26 +01:00

11 lines
360 B
PHP

<?php
namespace DBD;
class NEOPOLIMATRIX_GET_TEXT extends \SYSTEM\DB\QP {
protected static function query(){
return new \SYSTEM\DB\QQuery(get_class(),
//pg
'',
//mys
'SELECT * FROM system_locale_string LEFT JOIN system_locale_string_tag_strings ON (system_locale_string.id = system_locale_string_tag_strings.id) WHERE tag_id = ?;'
);}}