Welcome Guest, Not a member yet? Register   Sign In
Validating in a model
#5

[eluser]thurting[/eluser]
Enjoy. Use it as a jumping off point.

BTW, here is a simple schema you can use to test:

create table admins (
id int unsigned not null auto_increment,
username char(40) not null,
primary key (id)
);


Messages In This Thread
Validating in a model - by El Forum - 02-01-2008, 07:28 PM
Validating in a model - by El Forum - 02-01-2008, 08:26 PM
Validating in a model - by El Forum - 02-01-2008, 09:30 PM
Validating in a model - by El Forum - 02-01-2008, 09:36 PM
Validating in a model - by El Forum - 02-01-2008, 09:39 PM
Validating in a model - by El Forum - 02-02-2008, 01:42 AM
Validating in a model - by El Forum - 02-02-2008, 02:08 AM
Validating in a model - by El Forum - 02-02-2008, 02:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB