Beispiel #1
0
 private static function init_method()
 {
     self::$method = empty($_GET['method']) ? "init" : addslashes_modified($_GET['method']);
 }
Beispiel #2
0
 private static function init_method()
 {
     self::$method = isset($_GET['method']) ? daddslashes($_GET['method']) : 'index';
 }
Beispiel #3
0
 private static function init_method()
 {
     self::$method = isset($_GET['method']) ? $_GET['method'] : 'index';
 }