Forum: TalkPHP Developer Team
01-06-2012, 03:21 AM
|
|
Replies: 1
Views: 588
print_r noting happen with my class
i build new class to loop field html but when i print_r it nothing "FeildHTML Object ( )"
here my code
class FeildHTML
{
public function setFeildCheck ($field,$fieldval,$unsetbutton)
{
$field =...
|