EmilioBellomo

Results 3 issues of EmilioBellomo

When a project is to insert, the 'create' method of Project Model count the existing projects of the logged user, then the new id is generated with the command "md5($user.'-'.$num)"...

there is a problem on 'writeResponsiveCss' method of 'TbGridView' class. It should include tfoot tag in the css selectors. Can you fix it? Thanks

Php returns this error "preg_match(): No ending delimiter '#' found" in this code row "if (!preg_match('#^(10|172.16|192.168).', $ip))" Please, fix that. Thanks