Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public function getSqlTitleField()
- {
- return array(
- array(
- 'table' => 'quiz',
- 'field' => 'title',
- 'has_index' => 'title'
- ),
- array(
- 'table' => 'quiz_answer',
- 'field' => 'answer'
- ),
- array(
- 'table' => 'quiz_question',
- 'field' => 'question'
- ),
- array(
- 'table' => 'quiz',
- 'field' => 'description'
- )
- );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement