Welcome Guest, Not a member yet? Register   Sign In
Can not extend Form Validator core library
#5

[eluser]InsiteFX[/eluser]
Code:
// This is wrong!
<?php if (!defined('BASEPATH')) {
    exit('No direct script access allowed');
}

// should be like this!
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');

InsiteFX


Messages In This Thread
Can not extend Form Validator core library - by El Forum - 04-11-2011, 07:08 AM
Can not extend Form Validator core library - by El Forum - 04-11-2011, 09:07 AM
Can not extend Form Validator core library - by El Forum - 04-11-2011, 11:13 AM
Can not extend Form Validator core library - by El Forum - 04-11-2011, 10:48 PM
Can not extend Form Validator core library - by El Forum - 04-11-2011, 10:55 PM
Can not extend Form Validator core library - by El Forum - 04-11-2011, 10:59 PM
Can not extend Form Validator core library - by El Forum - 04-11-2011, 11:08 PM
Can not extend Form Validator core library - by El Forum - 04-11-2011, 11:45 PM
Can not extend Form Validator core library - by El Forum - 04-12-2011, 03:36 AM
Can not extend Form Validator core library - by El Forum - 04-12-2011, 03:45 AM
Can not extend Form Validator core library - by El Forum - 06-01-2011, 01:37 AM
Can not extend Form Validator core library - by El Forum - 06-02-2011, 11:57 PM
Can not extend Form Validator core library - by El Forum - 06-03-2011, 02:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB