-
Notifications
You must be signed in to change notification settings - Fork 33
Doku Entwickler Programmierstil
blackcoder87 edited this page Dec 24, 2022
·
6 revisions
- https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-12-extended-coding-style-guide.md
- Veraltet: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
/**
* Test Function.
*
* @param string $pageKey
* @return bool
* @since 2.1.99
*/
public function testAction($pageKey)
{
if ($a === $b) {
echo 'test';
}
$test = [
'test' => 123,
];
$pageMapper = new Page_PageMapper();
$pageKey = $this->getRequest()->getParam('page');
$page = $pageMapper->getPageByKey($pageKey);
return true;
}
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