Ticket #160 (assigned defect)
implement Renderer_Savant
| Reported by: | sfuchs | Owned by: | sfuchs |
|---|---|---|---|
| Priority: | normal | Milestone: | v1.0.0 |
| Component: | patForms | Version: | current-cvs |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Change History
comment:2 Changed 8 years ago by sfuchs
Savant has branched into Savant2 (php4) and Savant3 (php5).
How would you suggest to take care of this? We could
- either have two renderers (Renderer_Savant2 and Renderer_Savant3)
- or have Renderer_Savant check for the php version and use the appropriate class name
I'd opt for two renderers.
comment:3 Changed 8 years ago by sfuchs
- Status changed from new to assigned
implemented a first version of Renderer_Savant3 in [279]
http://trac.php-tools.net/patForms/file/trunk/patForms/Renderer/Savant3.php
please have a look at it
comment:4 Changed 8 years ago by schst
I'd also prefer two renderers.
BTW, you can link to the repository using source:/trunk/patForms/Renderer/Savant3.php
Note: See
TracTickets for help on using
tickets.
