Wednesday 10 August 2005 8:14:07 am
eZ publish templating is very "object based," meaning each view is a view of an object. But what if I want two full views of the same object? I have a folder with full view that displays some detailed information about the last three items put into the folder. I want an "archive" view that shows everything in the folder. I could create another view ("archive"), but then how would that be URL-addressable? When a node is URL-addressed, it defaults to the "full" view, correct? I know there's the "old" style URLs: (/content/view/full/107). Is this how I'd need to address the object?
|