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.

EXT: (tnm) Extbase-Debugger

Created:2010-02-18T17:33:18
Changed:2012-09-25T10:28:53.810000000
Classification:tnm_extbase_debugger
Keywords:Extbase, Debugger
Author:Gabriel Kaufmann | Typoworx NewMedia
Email:info@typoworx.de
Info 4:
Language:en

img-1

EXT: (tnm) Extbase-Debugger

Extension Key: tnm_extbase_debugger

Language: en

Keywords: Extbase, Debugger

Copyright 2000-2012, Gabriel Kaufmann | Typoworx NewMedia, <info@typoworx.de>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: Readable name of your extension 1

`Introduction 3 <#__RefHeading__640_2048061974>`_

What does it do? 3

`Tutorial 4 <#__RefHeading__644_2048061974>`_

`Known problems 5 <#__RefHeading__646_2048061974>`_

`To-Do list 6 <#__RefHeading__648_2048061974>`_

`ChangeLog 7 <#__RefHeading__650_2048061974>`_

Introduction

What does it do?

Implements some Tools for Extbase-Developers. Currently a SQL-Debugger (BE-User must be logged in to see them).

Tutorial

Just insert this into Root Typoscript-Setup:

# tnm_extbase_debugger: Enable Persistence-Override

config.tx_extbase.objects {

Tx_Extbase_Persistence_Storage_BackendInterface {

className = Tx_TnmExtbaseDebugger_Persistence_Storage_Typo3DbBackend

}

}

Known problems

Currently some chars are wrong html-entity encoded and some text- strings (SQL-Query) are displayed fragmented causing problems for Copy&Pase into PhpMyAdmin

To-Do list

  • Improved Debugger-Output (currently some chars are wrong html-entity encoded)
  • May be improved SQL-Formatting

ChangeLog

0.1.0

Version

0.1.0

Changes

First draft release.

img-2 7