Generating PHP class
Attribute notation
- Simple data type: "attributename"
- Array data type: "attributename_array"
- Object data type: "attributename_object"
- ID data type: "attributename_id"
Attributes are separated by comma. Notations can be put together. Example for a Book class: "id, title, year, author_array, publisher_id_array"