[Typo3-dev] how to create an individual search-form in an extension

Wolfgang Klinger wolfgang at stufenlos.net
Tue Oct 25 19:15:07 CEST 2005


 Hi!

 On Tue, 25 Oct 2005, =?ISO-8859-15?Q?Mischa=20Hei=DFmann=20 wrote the following:
> How do I set up this form?

 Possibly with a template system
 (http://typo3.org/extensions/repository/search/smarty/)

> How can I use it within my extension?

 If you derive your class from tslib_pibase and name your input fields
 like "tx_myext_pi1[something]" you can access the values with
 $this->piVars['something'] or simply use $_GET or $_POST if you don't
 care.

> How can I search within my tables?

 With SQL :-) (??)

> How can I make it using the ListView made by the kickstarter?

 A personal advice: create your own list view, the kickstarter creates
 a minimal framework, nothing else.


 bye
 Wolfgang






More information about the TYPO3-dev mailing list