|
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
Warning: mysql_query() [function.mysql-query]: Access denied for user 'apache'@'localhost' (using password: NO) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 185 (Array)
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 185 (Array)
* displays a state
Warning: mysql_query() [function.mysql-query]: Access denied for user 'apache'@'localhost' (using password: NO) /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 185 (Array)
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established /home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 185 (Array)
| /home/bartniedner_com/core.bartniedner.com/htdocs/examples/state.php
|
<?
/**
* Core Example File
*
* @author Mark Young
* @version $Id: free.php 153 2007-04-17 15:03:38Z mark.young $
* @copyright MarkYoung, 19 February, 2007
* @package examples
**/
include("head.php");
Connect(DATA_LOCAL);
?>
* displays a state
<?
$d = new data("select round( rand()*2);");
$o = new outputState($d);
$o->Title='State';
$o->Description='Change state every 2 seconds to a random state out of 3, each of which is tied to a graphic';
$o->Images[0]='http://www.splitbrain.org/_media/projects/beer.jpg';
$o->Images[1]='http://euroross.blogspot.com/Beer%20Emotions.jpg';
$o->Images[2]='http://blogs.menupages.com/boston/Beer.jpg';
$o->RefreshTime=2;
$o->Display();
include("foot.php");
?>
|
Debug Log:
Memory Usage: 584.64k, 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.0640]include End head.php include, line 52 home/bartniedner_com/core.bartniedner.com/htdocs/examples/head.php
- [0.0001]SelectDatabase DATA_LOCAL SelectDatabase, line 161 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
- [0.0007]PrintWarning WARNING: mysql_query() [function.mysql-query]: Access denied for user 'apache'@'localhost' (using password: NO)
/home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 185 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
- [0.0001]PrintWarning WARNING: mysql_query() [function.mysql-query]: A link to the server could not be established
/home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 185 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
- [0.0000]Query Error:
- use DATA_LOCAL
- Access denied for user 'apache'@'localhost' (using password: NO)
Query, line 188 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
- [0.0024]PrintWarning WARNING: mysql_query() [function.mysql-query]: Access denied for user 'apache'@'localhost' (using password: NO)
/home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 185 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
- [0.0002]PrintWarning WARNING: mysql_query() [function.mysql-query]: A link to the server could not be established
/home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 185 (Array) PrintWarning, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
- [0.0000]Query Error:
- select round( rand()*2);
- Access denied for user 'apache'@'localhost' (using password: NO)
Query, line 188 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
- [0.0000]ErrorHandler mysql_num_rows(): supplied argument is not a valid MySQL result resource
/home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php, line 354 (Array) ErrorHandler, line 140 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
- [0.0000]JumpToRow jumping to row 0 JumpToRow, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
- [0.0110]ErrorHandler array_shift() [function.array-shift]: The argument should be an array
/home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/outputState.php, line 44 (Array) ErrorHandler, line 140 home/bartniedner_com/core.bartniedner.com/htdocs/include/core_functions.php
- [0.0001]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 outputState - State
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.0000]DrawTopPart Refresh timer set to 2 DrawTopPart, line 218 home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/output.php
- [0.0001]JumpToRow jumping to row 0 JumpToRow, line 380 home/bartniedner_com/core.bartniedner.com/htdocs/include/db.inc.php
- [0.0004]DrawBottomPart cached: /tmp/stateVaxY1S DrawBottomPart, line 378 home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/output.php
- [0.0002]DrawBottomPart End
outputState - State DrawBottomPart, line 381 home/bartniedner_com/core.bartniedner.com/htdocs/include/classes/output.php
- [0.0002]include Begin foot.php include, line 10 home/bartniedner_com/core.bartniedner.com/htdocs/examples/foot.php
- [0.0005]DrawTopPart outputFreeText - Source code
DrawTopPart, line 205 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.0004]DrawBottomPart cached: /tmp/sourcecoderRcb1B 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 |