Несколько тегов, разделённых запятой, означают логическое И между ними. Вы также можете использовать точку с запятой в качестве логического ИЛИ. И имеет высший приоритет над ИЛИ. Вы не можете использовать скобки для группировки условий. Звёздочка (*) внутри тега используется в качестве маски для "подстроки".
Разделы: Documentation (Genoa and older) / English / Developer Guide
Разделы: 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...
Разделы: 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...
Разделы: Форумы / Cotonti / General