点击这里给我发消息 点击这里给我发消息

PHP开发框架Yii Framework教程(18) UI 组件 TextHighlighter示例

添加时间:2013-12-6
    相关阅读: 开发 SQL HTML CSS PHP 框架
 

CTextHighlighter用来格式化显示代码,目前支持显示的语言有ABAP, CPP, CSS, DIFF, DTD, HTML, JAVA, JAVASCRIPT, MYSQL, PERL, PHP, PYTHON, RUBY, SQL, XML,显示代码时也可以显示行号,通过showLineNumbers=TRUE打开行号显示。

本例显示PHP代码,一个带行号,一个不带行号:

PHP code    

<!--?php $this--->beginWidget('CTextHighlighter',array('language'=>'PHP')); ?>    
// include Yii bootstrap file    
//require_once(dirname(__FILE__).'/../../framework/yii.php');    
$yii='C:/yiiframework/yii.php';    
// remove the following line when in production mode    
defined('YII_DEBUG') or define('YII_DEBUG',true);    

$config=dirname(__FILE__).'/protected/config/main.php';    

// remove the following line when in production mode    
// defined('YII_DEBUG') or define('YII_DEBUG',true);    

require_once($yii);    
Yii::createWebApplication($config)->run();    
<!--?php $this--->endWidget(); ?>    

PHP code with Line Number    

<!--?php $this--->beginWidget('CTextHighlighter',array('language'=>'PHP',    
 'showLineNumbers'=>'true')); ?>    
/**   
 * SiteController is the default controller to handle user requests.   
 */
class SiteController extends CController    
{    
    /**   
     * Index action is the default action in a controller.   
     */
    public function actionIndex()    
    {    

        $model=new DataModel();    

        if(!emptyempty($_POST[DataModel]))    
        {    
            $model->attributes=$_POST[DataModel];    

            if($model->validate()) $success=true;    
        
        }    

        $this->render('index', array(    
                'model' => $model,    
        
                ));    
    }    
}    
<!--?php $this--->endWidget(); ?>

通过指定language 的种类(不区分大小写) 指明需显示代码的种类 。

咨询热线:020-85648757 85648755 85648616 0755-27912581 客服:020-85648756 0755-27912581 业务传真:020-32579052
广州市网景网络科技有限公司 Copyright◎2003-2008 Veelink.com. All Rights Reserved.
广州商务地址:广东省广州市黄埔大道中203号(海景园区)海景花园C栋501室
= 深圳商务地址:深圳市宝源路华丰宝源大厦606
研发中心:广东广州市天河软件园海景园区 粤ICP备05103322号 工商注册