Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

PHP DOM Builder API 2.0

Baigudin Software registers the copyright of its own operating system – Embedded Object Operating System

The Russian Federal Service for Intellectual Property (Rospatent) registers the copyright of Embedded Object Operating System – Baigudin Software’s own embedded object-oriented real-time operating system.

Setup and include

PHP DOM Builder is a library which contains a collection of implementing classes within DomBuilder root namespace. The files hierarchy matches with the sub-namespaces. If you use an autoloader for including your source files, you must put “DomBuilder” directory to root directory of your project. The other way, you need to include Elements.php file to your project.

When we talk about class names, we will talk about its names relationally of library root namespace. Speaking of Element class, we imply DomBuilder\Element. The same is about deep classes. Element\Divclass is DomBuilder\Element\Div.

To the articles list

To the next article