phpDocumentor PHPShopClass
[ class tree: PHPShopClass ] [ all elements ]

Class: PHPShopDebug

Source Location: /phpshop/class/debug.class.php

Class PHPShopDebug

Class Overview

Отладочная панель

Включение в config.ini параметр my[debug]=true

  1.  // example:
  2.  timer('start','Моя отладка');
  3.  debug($_POST,'Моя отладка');
  4.  timer('end','Моя отладка');

Located in /phpshop/class/debug.class.php [line 15]



		
				Author(s):
		
  • PHPShop Software
Information Tags:
Version:  1.0

Properties

Methods

[ Top ]
Property Summary
string   $backgroundcolor  
string   $tabcolor  
string   $textcolor  
string   $texttabcolor  
mixed   $tollbar_height_closed  
mixed   $tollbar_height_opened  
mixed   $value  

[ Top ]
Method Summary
void   add()  
void   compile()  
void   disp()  
void   log()  
void   timeoff()  
void   timeon()  

[ Top ]
Properties
string   $backgroundcolor = 'black' [line 22]

[ Top ]
string   $tabcolor = 'green' [line 30]

[ Top ]
string   $textcolor = 'green' [line 26]

[ Top ]
string   $texttabcolor = 'white' [line 34]

[ Top ]
mixed   $tollbar_height_closed = 150 [line 17]

[ Top ]
mixed   $tollbar_height_opened = 500 [line 18]

[ Top ]
mixed   $value [line 16]

[ Top ]
Methods
add  [line 36]

  void add( $value, [ $desc = false]  )

Parameters:
   $value: 
   $desc: 


[ Top ]
compile  [line 77]

  void compile( )



[ Top ]
disp  [line 53]

  void disp( $name, $content  )

Parameters:
   $name: 
   $content: 


[ Top ]
log  [line 60]

  void log( )



[ Top ]
timeoff  [line 46]

  void timeoff( [ $desc = false]  )

Parameters:
   $desc: 


[ Top ]
timeon  [line 40]

  void timeon( [ $desc = false]  )

Parameters:
   $desc: 


[ Top ]

Documentation generated on Mon, 25 Jun 2012 15:09:42 +0400 by phpDocumentor 1.4.3