Chinaunix首页 | 论坛 | 博客
  • 博客访问: 69733
  • 博文数量: 67
  • 博客积分: 1334
  • 博客等级: 中尉
  • 技术积分: 670
  • 用 户 组: 普通用户
  • 注册时间: 2011-03-08 10:56
文章分类

全部博文(67)

文章存档

2016年(2)

2015年(2)

2012年(9)

2011年(54)

我的朋友
最近访客

分类: 系统运维

2011-12-21 16:51:43

  1. <?php
  2. /**
  3.  *
  4.  *
  5.  * Enter description here ...
  6.  * @author maofeng
  7.  *
  8.  */
  9. class Mf_Helpers_RealPath extends Zend_Controller_Action_Helper_Abstract
  10. {
  11.     
  12.     public function __construct(){
  13.     
  14.     }
  15.     

  16.     public function getRealPath(){
  17.     
  18.         $realPath = Mf_Configs_Config::getInstance()->getConfig('realPath');
  19.         return $realPath;
  20.     }
  21.     
  22. }
阅读(1018) | 评论(0) | 转发(0) |
0

上一篇:www.zf.com / library/Mf/Helpers/Paginate.php

下一篇:没有了

给主人留下些什么吧!~~