-
Notifications
You must be signed in to change notification settings - Fork 33
Doku Entwickler Programmierstil
René Schirmer edited this page Feb 1, 2020
·
6 revisions
- https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
- https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-12-extended-coding-style-guide.md
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;
}
Dokumentation für ilch 2 | Content-Management-System | Copyright © 2004-2024 by ilch.de
-
Inhaltsverzeichnis
Hier findet man u.a. die Installationsanleitung, sowie Fehler- und Problem-behebungen
-
Inhaltsverzeichnis
Hier findet man Informationen zum Script, Konzept und dem Programmierstil
-
Inhaltsverzeichnis
Hier findet man Informationen über den Aufbau und Anpassung von Layouts und Modulen
-
Inhaltsverzeichnis
Hier findet man einige Video-Tutorials um und mit unserem CMS