PHP Classes

Some minor bugfixes needed: 1) use if(!isset($_SESSION['.

Recommend this page to a friend!

      Flash Message  >  All threads  >  Some minor bugfixes needed: 1) use...  >  (Un) Subscribe thread alerts  
Subject:Some minor bugfixes needed: 1) use...
Summary:Package rating comment
Messages:1
Author:Artur Graniszewski
Date:2010-08-24 13:13:23
 

Artur Graniszewski rated this package as follows:

Utility: Sufficient
Consistency: Good
Examples: Good

  1. Some minor bugfixes needed: 1) use...   Reply   Report abuse  
Picture of Artur Graniszewski Artur Graniszewski - 2010-08-24 13:13:23
Some minor bugfixes needed:

1) use if(!isset($_SESSION['....']['...'])) rather than if(!$_SESSION['....']['...']) because in your implementation PHP may return E_NOTICE errors on some of error_reporting configurations.

2) try to start session in the main class if session_id is empty.