[TYPO3-dev] Typo3-Extension to run selfmade SQL ?
B.S.
bs.news at arcor.de
Thu Nov 21 13:57:25 CET 2013
Thank you all very much for your answers. That helped a lot....
And thanks for your tips on how to write my own extension. I will keep
that in mind. But if Typo3 really is able to work with custom SQL
statements, I'd rather use them for a quick-and-dirty version 1 and work
on an extension for version 2 afterwards....
@ Xavier: is there a keyword / command I could search for when I want to
learn how to execute those SQLs over the Typo Core API ?
Thanks again for all your great answers.
Cheers
Benni (narf) - since real names are more common here :)
Am 20.11.2013 23:37, schrieb Xavier Perseguers:
> Hi Narf,
>
>> users should enter data which is then stored in a database and users
>> should be able to search within that database for information. i'm able
>> to generate those SQLs for these actions.
>> my question is: is there a typo3-extension which enables you to run any
>> given sql to store AND retrieve data from a database?
> What Kay wrote is fully correct, you should not think of TYPO3 as just a
> pain in ... and should do your best to understand its spirit and create
> an extension that "feels like TYPO3", so developing it with an official
> framework and doing it right (like letting your users edit your business
> records just like any TYPO3 records).
>
> Now, to your very question: No, there is no extension which enables you
> to run any given sql to store and retrieve data from a database. "No"
> because it's part of the TYPO3 API and you don't need anything more than
> TYPO3 Core itself to do custom SQL against your database. Just use the
> TYPO3 API.
>
> Cheers
>
More information about the TYPO3-dev
mailing list