Skip to content

Doku Entwickler Programmierstil

René Schirmer edited this page Feb 1, 2020 · 6 revisions

Programmierstil

Beispiel:

public function showAction()
{
    if ($a === $b) {
        echo 'test';
    }

    $test = array (
        'test' => 123,
    );

    $pageMapper = new Page_PageMapper();
    $pageKey = $this->getRequest()->getParam('page');
    $page = $pageMapper->getPageByKey($pageKey);

    return;  
}

Wiki für ilch-2

Benutzer

  • Inhaltsverzeichnis
    Hier findet man u.a. die Installationsanleitung, sowie Fehler- und Problem-behebungen

Entwickler

  • Inhaltsverzeichnis
    Hier findet man Informationen zum Script, Konzept und dem Programmierstil

Designer

  • Inhaltsverzeichnis
    Hier findet man Informationen über den Aufbau und Anpassung von Layouts und Modulen

Video-Tutorials


Clone this wiki locally