DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Extension: "esp - Call Stored Procedures from TypoScript"

Extension name:"esp - Call Stored Procedures from TypoScript"
Extension key:esp
Version:6.2.6
Description:Calling stored procedures from TypoScript
Language:en
Author:Elmar Hinz <t3elmar@googlemail.com>
Creation:2015-07-31
Generation:09-15-2017 09:14
Licence:Open Content License available from www.opencontent.org/opl.shtml

The content of this document is related to TYPO3, a GNU/GPL CMS/Framework available from www.typo3.org

What does it do?

The extension "esp - Call Stored Procedures from TypoScript" is an interface to access Stored Procedures directly from TypoScript for read and write operations on the underlying database. Hence, the stored procedure is the model. TypoScript is the presentation layer.

Performance can be gained both in coding and in program execution if you choose it for the right usecases.

Currently this extension supports Mysql Stored Procedures. The architecture is prepared to support other SQL databases, just two classes to implement.

Table of Contents