Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Form Validation is_unique issue
Post: RE: Form Validation is_unique issue

This is what I am talking about, this function (method), is used by CI3's "is_unique" validation rule and this function is an integrated part of CI3'S form validation library (line 1131).
7,769 Views
5 Replies
05-25-2015, 12:55 PM
tj_gumis
    Thread: Form Validation is_unique issue
Post: Form Validation is_unique issue

Hi, To make a long story short. This is the body of the function : PHP Code: --    public function is_unique($str, $field)    {        sscanf($field, '%[^.].%[^.]', $table, $field);        ret...
7,769 Views
5 Replies
05-25-2015, 11:45 AM
tj_gumis
    Thread: system and application folders above the web root
Post: RE: system and application folders above the web r...

Finally within _parse_request_uri() of CI_URI class, I modified : PHP Code: -- if (isset($_SERVER['SCRIPT_NAME'][0])) { if (strpos($uri, $_SERVER['SCRIPT_NAME']) === 0) { $uri ...
7,844 Views
5 Replies
04-08-2015, 01:18 PM
tj_gumis
    Thread: system and application folders above the web root
Post: system and application folders above the web root

Hi To make a long story short. My folders structure is as follows : Quote: -- project application system public index.php -- My .htaccess : Code: -- RewriteEngine...
7,844 Views
5 Replies
04-07-2015, 12:50 PM
tj_gumis

Theme © iAndrew 2016 - Forum software by © MyBB