Login / Status
developer.Resource
Home . Documentation . Document Library . Extension Manuals
Sponsors
hosted by punkt.deTYPO3 and Open Source MagazineAOE Media

1.6. Administration

A typical development process for deploying an online database application using this extension ncludes -

  1. design and documentation of the database model, validation/transformation rules, screen flows, email notifications to determine the suitability of using a generalised plugin and articulate the amount of customisation that will be required to achieve client satisfaction.

  1. creation of data model as a separate extension in the typo3 kickstarter

  2. creation of pages, plugins and template records to get the basics of the user interface working

  3. at a minimum specify plugin.tx_admininterface_pi1.table= in the template record

  4. fine tuning of TS configuration. See configuration and reference sections.

  5. [optionally] creation of php functions to override default behaviors and massage field values

  6. [optionally] creation of HTML template fields to fine tune the output presentation

Quick Start

  1. Insert a content element of type plugin, plugin type admin_interface.

  2. Create a template on the same page with the setup plugin.tx_admininterface_pi1.table=fe_users

  3. View the page

FAQ