[TYPO3-dev] Typo3-Extension to run selfmade SQL ?

Xavier Perseguers xavier at typo3.org
Wed Nov 20 23:37:35 CET 2013


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

-- 
Xavier Perseguers
Release Manager TYPO3 4.6

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org




More information about the TYPO3-dev mailing list