Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

PHP DOM Builder API 2.0

EOOS Automotive R22-08 is released in version v0.10.0

The second official release of EOOS Automotive that is qualified for POSIX and WIN32 compatible operating systems and based on interfaces designed for EOOS RT – 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