Files
grzanieplus.pl/plugins/stQuestionPlugin/lib/model/QuestionsPeer.php
2025-03-12 17:06:23 +01:00

13 lines
207 B
PHP

<?php
/**
* Subclass for performing query and update operations on the 'st_questions' table.
*
*
*
* @package plugins.stQuestionPlugin.lib.model
*/
class QuestionsPeer extends BaseQuestionsPeer
{
}