PHP Classes

File: Configuration/Objects/artist.catalyst.xml

Recommend this page to a friend!
  Classes of Abbey Sparrow   Datalus   Configuration/Objects/artist.catalyst.xml   Download  
File: Configuration/Objects/artist.catalyst.xml
Role: Example script
Content type: text/plain
Description: An example object
Class: Datalus
Build Web applications from XML definitions
Author: By
Last change:
Date: 17 years ago
Size: 799 bytes
 

Contents

Class file image Download
<object name="artist" axis="picturethumb" identifier="published_name" datasource="database" createPermission="administrator" editPermission="administrator" viewPermission="none" deletePermission="administrator" ownerAccessible="write" groupAccessible="read">
    <string name="published_name">John Doe</string>
    <string name="last_name">Doe</string>
    <string name="first_name">John</string>
    <string name="email">john@johndoe.com</string>
    <string name="homepage">http://johndoe.com</string>
    <string name="phone_number">912-555-5555</string>
    <block name="bio" limit="1500">Text</block>
    <image name="picture" height="300" width="300"></image>
    <image name="picturethumb" copy-from="picture" height="100" width="100"></image>
    <image name="signature"></image>
</object>