|
The links you see here are partly for instructional examples, but mostly for object debugging.
HOME |
Coredoc |
accordian | single | tile | form | expandytable | gantt | tickets-xml | nest | chart | tabs | prefs | misc | data | table | bandwidth | css | state | database | csv | free | texttable | tickets | multicell | refresh | gauge | cypher | jquery | tableform
THis is the title
5
6
askjdf lajsf lasjhfs flkjh asldkjfh alskjdfh
Another title
54
26
n,mzxnv,,zjxcvli\n asksjdf\n zxcoivuh8eud aksjdn i
THis is the title
5
6
askjdf lajsf lasjhfs flkjh asldkjfh alskjdfh
Another title
54
26
n,mzxnv,,zjxcvli\n asksjdf\n zxcoivuh8eud aksjdn i
|
| /home/bartniedner_com/core.bartniedner.com/htdocs/examples/tile.php
|
<?
/**
* Core Example File
*
* @author Mark Young
* @version $Id: multicell.php 153 2007-04-17 15:03:38Z mark.young $
* @copyright MarkYoung, 19 February, 2007
* @package examples
**/
include("head.php");
?>
<link type="text/css" rel="stylesheet" href="style/multicell.css">
<?
$data['row1']=array('title'=>'THis is the title', 'number1'=>5, 'number2'=>6, 'desc'=>'askjdf lajsf lasjhfs flkjh asldkjfh alskjdfh');
$data['row2']=array('title'=>'Another title', 'number1'=>54, 'number2'=>26, 'desc'=>'n,mzxnv,,zjxcvli\n asksjdf\n zxcoivuh8eud aksjdn i ');
$data['row3']=array('title'=>'THis is the title', 'number1'=>5, 'number2'=>6, 'desc'=>'askjdf lajsf lasjhfs flkjh asldkjfh alskjdfh');
$data['row4']=array('title'=>'Another title', 'number1'=>54, 'number2'=>26, 'desc'=>'n,mzxnv,,zjxcvli\n asksjdf\n zxcoivuh8eud aksjdn i ');
$d = new data($data);
$o = new outputTile($d);
$o->Title="tile";
$o->Filter=true;
$o->Display();
include("foot.php");
?>
|
Debug Log:
Memory Usage: 588.14k, Number of Queries: 0
- [0.0000]db.inc.php File included include_once, line 21 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
- [0.0313]include End head.php include, line 52 home/bartniedner_com/core.bartniedner.com/htdocs/examples/head.php
- [0.0500]LoadJavascript Loaded http://core.bartniedner.com/include/javascript/ajax.js LoadJavascript, line 854 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
- [0.0000]DrawTopPart outputTile - tile
DrawTopPart, line 205 home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/output.php
- [0.0000]DrawTopPart AJAX enabled DrawTopPart, line 206 home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/output.php
- [0.0001]LoadJavascript Loaded http://core.bartniedner.com/include/javascript/jquery.js LoadJavascript, line 854 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
- [0.0000]LoadJavascript Loaded http://core.bartniedner.com/include/javascript/core.js LoadJavascript, line 854 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
- [0.0000]LoadJavascript Loaded http://core.bartniedner.com/include/javascript/firebug/firebug.js LoadJavascript, line 854 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
- [0.0010]DrawBottomPart cached: /tmp/tile90L15H DrawBottomPart, line 378 home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/output.php
- [0.0000]DrawBottomPart End
outputTile - tile DrawBottomPart, line 381 home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/output.php
- [0.0001]include Begin foot.php include, line 10 home/bartniedner_com/core.bartniedner.com/htdocs/examples/foot.php
- [0.0004]DrawTopPart outputFreeText - Source code
DrawTopPart, line 205 home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/output.php
- [0.0003]DrawBottomPart cached: /tmp/sourcecodeRqB5Uc DrawBottomPart, line 378 home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/output.php
- [0.0000]DrawBottomPart End
outputFreeText - Source code DrawBottomPart, line 381 home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/output.php |