Ignore:
Timestamp:
2007/09/04 15:34:28 (17 years ago)
Author:
nanasess
Message:

デバック用関数追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/LC_Page.php

    r15532 r15587  
    1818 * @package Page 
    1919 * @author LOCKON CO.,LTD. 
    20  * @version $Id$ 
     20 * @version $Id:LC_Page.php 15532 2007-08-31 14:39:46Z nanasess $ 
    2121 */ 
    2222class LC_Page { 
     
    275275 
    276276    // }}} 
     277    // {{{ protected functions 
     278 
     279    /** 
     280     * デバック出力を行う. 
     281     * 
     282     * @param mixed $val デバックする要素 
     283     * @return void 
     284     */ 
     285    function p($val) { 
     286        SC_Utils_Ex::sfPrintR($val); 
     287    } 
     288 
     289    // }}} 
    277290    // {{{ private functions 
    278291 
Note: See TracChangeset for help on using the changeset viewer.