Open topic with navigation
P4PHP
Introduction
P4PHP, the PHP
interface to the
Helix C/C++ API,
enables you to write PHP code that interacts with a Helix server.
P4PHP
enables your PHP scripts to:
- Get
Helix Core
data and forms in arrays.
- Edit
Helix Core
forms by modifying arrays.
- Provide exception-based error handling and optionally ignore
warnings.
- Issue multiple commands on a single connection (performs better than
spawning single commands and parsing the results).