Welcome Guest, Not a member yet? Register   Sign In
Problems with the new Form Validation library
#6

[eluser]Bramme[/eluser]
[quote author="xwero" date="1224521045"]you have to put the print_r function after the run method is called.[/quote]
Doesn't make a difference in my app: when the page is new, I just get an empty array, when I submit it, the array gets filled with rules and so. Which is the way the library works:
Code:
// No reason to set rules if we have no POST data
if (count($_POST) == 0)
{
    return;
}

However, this only happens when I set the array with the set_rules function. When I use the config file group it fails. I wanted to enable debug logging, but my shite shared host crashes when I enable logging.

I really should develop on my localhost, but I can't seem to get mod_rewrite to work.


Messages In This Thread
Problems with the new Form Validation library - by El Forum - 10-19-2008, 09:43 AM
Problems with the new Form Validation library - by El Forum - 10-20-2008, 01:54 AM
Problems with the new Form Validation library - by El Forum - 10-20-2008, 03:00 AM
Problems with the new Form Validation library - by El Forum - 10-20-2008, 05:22 AM
Problems with the new Form Validation library - by El Forum - 10-20-2008, 05:44 AM
Problems with the new Form Validation library - by El Forum - 10-20-2008, 06:04 AM
Problems with the new Form Validation library - by El Forum - 10-20-2008, 06:23 AM
Problems with the new Form Validation library - by El Forum - 10-20-2008, 06:28 AM
Problems with the new Form Validation library - by El Forum - 10-20-2008, 06:30 AM
Problems with the new Form Validation library - by El Forum - 10-20-2008, 06:45 AM
Problems with the new Form Validation library - by El Forum - 10-20-2008, 06:58 AM
Problems with the new Form Validation library - by El Forum - 10-20-2008, 07:07 AM
Problems with the new Form Validation library - by El Forum - 10-20-2008, 07:21 AM
Problems with the new Form Validation library - by El Forum - 10-20-2008, 01:40 PM
Problems with the new Form Validation library - by El Forum - 10-20-2008, 02:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB