Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.1 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.1 KB

Contao 4 Contao-Efg-Bundle

Contao is an Open Source PHP Content Management System for people who want a professional website that is easy to maintain. Visit the [project website][1] for more information.

About

Porting EFG to Contao 4 Based on EFG Contao 3

  • @package Efg

  • @author Thomas Kuhn mail@th-kuhn.de

  • @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL

  • @copyright Thomas Kuhn 2007-2014

  • @package contao-efg-bundle

  • @author Peter Broghammer pb-contao@gmx.de

  • @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL

  • @copyright Peter Broghammer 2021-

  • Thomas Kuhn's Efg package has been completely converted to contao 4.9

  • extended by insert_tag {{efg_insert::formalias::aliasvalue::column(::format)}}

  • supplies a value from an Efg form.

  • Selection field is the efgalias field that is specified in the form

  • Parameters

  • formalias: Alias name of the form (input)

  • aliasvalue: value of the alias field should have (input)

  • column: columnname for result

  • format: optional result sprintf (format, $result)