$model=new TestCheck;
print_r($_POST['TestCheck']);
It prints the follows error :
Undefined index: TestCheck
I Am using this in if condition so When I open create page its shows empty / blank page there is no form. Please help to sort out this.
Thanks in advance, Sally