|
Repositories Quick NotesKey Points
FAQWhat about ItemLookupDroplet :: useParams? Setting this to true in the properties or via SETVALUE allows you to specify the repository and item descriptor via params in the droplet tag.
What are the defaults in the repository definition file?
So <property name="test"> </property> means that the property name is a string from the column 'test' Generic SQL Adapter SQLRepository is obsolete replaced by gsa.GSARepository Use case examples of collection types map: User has many addresses and gives them names, unique within their own realm. 'Home', 'Work', 'Patty' etc set: Table join ID_USER and ID_BUDDY array: Profile\PropertyManager Allows for profile property aliasing in the case where your DB is different from the standard profile db SQL Content Repositories
Only for content
Storing the full path You can use it as an id or just store the full path
|
|