Changeset 777 for trunk/lib/App.inc.php


Ignore:
Timestamp:
Jan 24, 2023 10:57:00 PM (16 months ago)
Author:
anonymous
Message:

Avoid use of dynamic properties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/App.inc.php

    r775 r777  
    5353    // If $app->start has run successfully.
    5454    public $running = false;
     55
     56    // Copy of the ScriptTimer object to measure app performance.
     57    protected $timer;
    5558
    5659    // Instance of database object (from mysql_connect() PHP version < 7).
Note: See TracChangeset for help on using the changeset viewer.