isao

Results 3 comments of isao

@willpower232 Thanks though changing the creation syntax hasn't really fixed the error. Here is the detailed error. ![error](https://f.cloud.github.com/assets/4237061/631810/8e72113c-d1d3-11e2-86d6-739c55647910.jpg)

Which verison of php are you using? Or how do you validate uniqueness. Other wise Then it looks like checking for uniqueness I guess is not common practice. Because similar...

It is indeed a convenient work around. However checking for dirty attributes will generate a warning if the table is initially empty. (No rows). array_key_exists('email',$dirty) //expects an array. but this...