夢(mèng)幻之旅

          DEBUG - 天道酬勤

             :: 首頁(yè) :: 新隨筆 :: 聯(lián)系 :: 聚合  :: 管理 ::
            671 隨筆 :: 6 文章 :: 256 評(píng)論 :: 0 Trackbacks
          control

           1 <?php
           2 if (! defined ( 'BASEPATH' ))
           3     exit ( 'No direct script access allowed' );
           4 class Hello extends CI_Controller {
           5     public function sayHello() {
           6         $name = "huiwanpeng";
           7         @$count =file_get_contents('./num.txt');
           8         
           9         $count = $count ? $count : 0;
          10         $count = $count + 1;
          11         
          12         $re = fopen('./num.txt', 'w'); 
          13         fwrite($re$count);
          14         fclose($re);
          15         
          16         $data = Array("name"=>$name,"count"=>$count);
          17         $this->load->view ( "test_view",$data);
          18         //echo "helloa";
          19     }
          20 } 

          view

          <html>
          <head>
          <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
          <title>Insert title here</title>
          </head>
          <body>
           <?php echo  $name ?>
           <?php echo  $count ?>
          </body>
          </html>




          posted on 2013-09-25 16:23 HUIKK 閱讀(279) 評(píng)論(0)  編輯  收藏 所屬分類: php

          只有注冊(cè)用戶登錄后才能發(fā)表評(píng)論。


          網(wǎng)站導(dǎo)航:
           
          主站蜘蛛池模板: 南充市| 永丰县| 南川市| 扎赉特旗| 绥德县| 新竹市| 双柏县| 佳木斯市| 出国| 弥渡县| 大同市| 海门市| 诏安县| 谷城县| 石阡县| 楚雄市| 民乐县| 五台县| 鄄城县| 无棣县| 抚远县| 繁峙县| 辽中县| 汾西县| 武威市| 恩施市| 龙海市| 额敏县| 突泉县| 夏河县| 东莞市| 翁牛特旗| 寻甸| 资兴市| 崇仁县| 中西区| 普兰店市| 江永县| 聂拉木县| 双鸭山市| 三台县|