PHP Advanced
Parts / Составляющие / Child
Doctrine ORM
- ORM like Object Abstraction before DataBase
Main advantage: Work with any Database
Use DQL
mb_ functions for UTF-8
- In UTF-8 some symbols have 1 byte (English) and others often have 2 bytes and this a big problem for some functions like strlen()
PHP Debugging
- Echo in Code
Show all vars, functions, classes, files
PHPUnit
- Asserts
List of quality indicatiors
Trait
- Part of class for multiple usage
Этот объект часть других / Parent
<< Back to Base View
PHP Advanced
Parts / Составляющие / Child
<< Back to Base View