Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

PHP DOM Builder API 2.0

Baigudin Software participates in OS DAY 2017 conference

The Baigudin Software Company has participated in OS DAY – a fourth scientific-practical conference, which aims to determine a mission of Russia in developing sphere of operating systems.

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