Open GoogleCodeExporter opened 8 years ago
//PFBC 3.x PHP5 >= 5.3
$form->addElement(new PFBC\Element\Textbox("Textbox:", "Textbox",
array("placeholder" => "My Placeholder")));
//PFBC 3.x PHP5
$form->addElement(Element_Textbox("Textbox:", "Textbox", array("placeholder" =>
"My Placeholder")));
Original comment by ajporterfield@gmail.com
on 30 Oct 2012 at 4:27
Original issue reported on code.google.com by
usamafer...@gmail.com
on 30 Oct 2012 at 2:46