Einige durch Komma getrennte Tags werden mit logischem AND zwischen ihnen behandelt. Du kannst auch das Semikolon als logischen OR-Interpreter benutzen. AND hat Priorität über OR und du kannst keine Einklammerungen für logische Gruppierungen nutzen. Stern (*) wird als Maske für "Jede Zeichenkette" genutzt.
Sektionen: Documentation (Genoa and older) / English / Developer Guide
Sektionen: Documentation / Developer Guide
This document contains basic recommendations and requirements for Cotonti developers. It helps different people with different habits and insights develop a quality and rock-solid product as the result of their collaboration.
Inspite of Cotonti currently works with PHP 7.3 and higher we reccommend to use PHP 8.1 / 8.4 as more robust, strict and modern.
For MySQL versions we rely on 8.x as basement.
We strongly recommend using some IDEs or specialized Editrors instead of...
Sektionen: Documentation / Archive
This is an archived version of the document. The current version is here.
Part of the first version of this document was merely taken from “phpBB3 Coding Guidelines” and adapted. Thanks to their authors for strong coding style and description they provided to it.
Now it's updated to cover not only coding standards itself used in Cotonti but standards for working with files within project.
Nevertheless this document still do not cover theme of choosing IDE for development, it's setup and...
Sektionen: Foren / Cotonti / General