<?php /** * @author Carsten Rose <carsten.rose@math.uzh.ch> */ $EM_CONF[$_EXTKEY] = array( 'title' => 'Quick Form Query', 'description' => 'Create HTML output by using (native/extended) SQL (as page content records in T3 backend) and design HTML forms (in T3 frontend) with the QFQ FormEditor. Supports multiple databases and record locking.', 'category' => 'fe', 'author' => 'Carsten Rose, Benjamin Baer', 'author_email' => 'carsten.rose@math.uzh.ch', 'dependencies' => 'fluid,extbase', 'clearcacheonload' => true, 'state' => 'stable', 'version' => '18.6.0', 'constraints' => [ 'depends' => [ 'typo3' => '6.0.0-9.2.99', ], 'conflicts' => [], 'suggests' => [], ], );