Wednesday 16 June 2004 1:13:56 pm
I want to create a site with one blog and one news section.
I want the titles of the blog entries and the news articles to be listed on the front page in a single list sorted by date.
I was thinking of creating a base class with the fields author, title, date, enable comments, then derive a class 'blog' with specific blog fields and a class 'article' with specific article fields. By doing so I could fetch the content of the common fields and display them in a single list. QUESTION: is it possible to derive a class from another in ezPublish? How? Thanks, JC
|