PHP Classes

just a few errors: Notice: Undefined property: calendar::$que...

Recommend this page to a friend!

      PHP5 Calendar  >  All threads  >  just a few errors: Notice: Undefined...  >  (Un) Subscribe thread alerts  
Subject:just a few errors: Notice: Undefined...
Summary:Package rating comment
Messages:2
Author:gambelunghe
Date:2009-10-28 14:35:42
Update:2010-06-12 21:16:57
 

gambelunghe rated this package as follows:

Utility: Bad
Consistency: Bad
Examples: Bad

  1. just a few errors: Notice: Undefined...   Reply   Report abuse  
Picture of gambelunghe gambelunghe - 2009-10-28 14:35:42
just a few errors:
Notice: Undefined property: calendar::$queryString in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 200

Notice: Undefined property: calendar::$queryString in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 209

Notice: Undefined property: calendar::$startDay in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 221

Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168

Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168

Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168

Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168

Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168

Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168

Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168

Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168

Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168

Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168

Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168

Notice: Undefined variable: timeSTamp in D:\sviluppo\httpdocs\php5cal\calendar.class.php on line 168

  2. Re: just a few errors: Notice: Undefined...   Reply   Report abuse  
Picture of Jezdimir Loncar Jezdimir Loncar - 2010-06-12 21:16:58 - In reply to message 1 from gambelunghe
You need to define those in class:
private $startDay = 0;
private $queryString = '';
private $prettyHTML = false;