1 isEmail($email); 2 isFloat($float); 3 isUnsignedFloat($float); 4 isCleanHtml($html); 5 isDate($date); 6 isBool($bool); 7 isPhoneNumber($phoneNumber); 8 isPostCode($postcode); 9 isInt($int); 10 isUnsignedInt($int); 11 isUnsignedId($id); 12 isNullOrUnsignedId($id); 13 isUrl($url); 14 isAbsoluteUrl($url); 15 isFileName($name);

Read More →

The multilingual website is necessary if you would like to make your website internationally. To make your website support multiple language, only 3 steps are needed. Create the language file for each language Create a parsing file to include different language file based on cookie/session/user profile Include the parsing file in the homepage and use […]

Read More →