projectpier

How to read complex PHP arrays?

I've been working with ProjectPier, and found arrays like the following. How do I read this architecture with PHP? ApplicationLog Object ( [is_new:DataObject:private] => [is_deleted:DataObject:private] => [is_loaded:DataObject:private] => 1 [column_values:DataObject:private] => Array ( [id] => 24 [taken_by_id] => 1...

ProjectPier documentation and development

Trying to expand the features on ProjectPier, I'm stuck without any formal documentation. How can I add new input fields to a Task, for instance? Thanks. ...