neopolimatrix.eu/neopolimatrix/dbd/qq/NEOPOLIMATRIX_GET_TEXT.php

9 lines
351 B
PHP

<?php
namespace DBD;
class NEOPOLIMATRIX_GET_TEXT extends \SYSTEM\DB\QP {
public static function get_class(){return \get_class();}
public static function mysql(){return
'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 = ?;';
}
}