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

=?ISO-8859-15?Q?Mischa=20Hei=DFmann=20 typo3 at heissmann.org
Tue Oct 25 19:14:44 CEST 2005


Thanks Wolfgang,

seems to be much more work than I thought. ;)

In <mailman.7113.1130260221.10463.typo3-dev at lists.netfielders.de> 
Wolfgang Klinger  wrote:
> 
>  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