I was wondering if the Yii framework already has a widget for pretty-printing source code on a web page. I mean with line numbers, alignment and perhaps some nice keyword coloring.
Thanx 🙂
I was wondering if the Yii framework already has a widget for pretty-printing source
Share
You need to use CTextHighlighter. The Yii playground has a good example demo of this working complete with source code here.