The method _fix_gpc_magic_files is not named in camelCase.
private static function _fix_gpc_magic_files(&$item, $key)
{
if ($key != 'tmp_name') {
if (is_array($item)) {
The method _fix_gpc_magic is not named in camelCase.
private static function _fix_gpc_magic(&$item)
{
if (is_array($item)) {
array_walk($item, '_fix_gpc_magic');
}
The method fix_gpc_magic is not named in camelCase.
public function fix_gpc_magic()
{
static $fixed = false;
if (!$fixed && ini_get('magic_quotes_gpc')) {
array_walk($_GET, '_fix_gpc_magic');
The method _parse_cron_number is not named in camelCase.
static protected function _parse_cron_number($s, $min, $max)
{
$result = array();
$v1 = explode(",", $s);
foreach ($v1 as $v2) {
The method fix_gpc_magic is not named in camelCase.
public function fix_gpc_magic($request)
{
static $fixed = false;
if (!$fixed && ini_get('magic_quotes_gpc')) {
The method __initialize is not named in camelCase.
public function __initialize()
{
$this->dao = new Dao();
}
The method _fix_gpc_magic_files is not named in camelCase.
private static function _fix_gpc_magic_files(&$item, $key)
{
if ($key != 'tmp_name') {
if (is_array($item)) {
array_walk($item, '_fix_gpc_magic_files');
The method ListSql is not named in camelCase.
private function ListSql($sqlDir)
{
$files = [];
if (is_dir($sqlDir)) {
$dir = opendir($sqlDir);
The method ListSql is not named in camelCase.
private function ListSql($sqlDir)
{
$files = [];
if (is_dir($sqlDir)) {
$dir = opendir($sqlDir);
The method _fix_gpc_magic is not named in camelCase.
private static function _fix_gpc_magic(&$item)
{
if (is_array($item)) {
array_walk($item, '_fix_gpc_magic');
}