Design of applications and programs and CVu Journal Vol 17, #3 - Jun 2005
Browse in : |
All
> Topics
> Design
All > Journals > CVu > 173 Any of these categories |
- Options:
- View Article Map
- View Archives
Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.
Patterns in C - Part 3: Strategy
Administrator
02 June 2005 05:00:00 +01:00
This part of the series will investigate a design pattern that adds flexibility to common software entities by letting clients customize and extend them without modifying existing code.