Hi,

Kornel Lesinski wrote:
> I'm thinking about extending filters in next version of PHPTAL.
> 
> What do you need?
> 
> Base class vs Interface
> =======================
> 
> Is abstract base class ok? (myfilter extends PHPTAL_filter), or do you  
> need an interface? (myfilter extends myclass implements PHPTAL_Filter)  
> or both?

Actual I don't really use filters. But from design, I'd like to have both.
Provide an interface and an base class, which will implement this interface.


-- 
Regards,
Igor



_______________________________________________
PHPTAL mailing list
PHPTAL@lists.motion-twin.com
http://lists.motion-twin.com/mailman/listinfo/phptal

Reply via email to