mosbth / Anax-oophp

Course material for the oophp-course, builds on Anax-base.
MIT License
0 stars 6 forks source link

Suggestion CTextfilter #6

Open edtau opened 9 years ago

edtau commented 9 years ago

class CTextFilter { const bbcode = "bbcode"; const clickable = "clickable"; const markdown = "markdown"; const nl2br = "nl2br"; const shortcode = "shortcode";

If constants is used to send in a filter to the function the risk of misspelling is greatly decreased as in $filter->doFilter("easier to use function",CTextFilter::markdown);

//edta15

mosbth commented 9 years ago

To be handled in https://github.com/mosbth/ctextfilter/issues/3