Removed file/folder
This commit is contained in:
parent
9588714d6f
commit
613244f46c
@ -1,22 +0,0 @@
|
|||||||
<?php
|
|
||||||
/**
|
|
||||||
* Doctrine_Form_Builder
|
|
||||||
*/
|
|
||||||
class Doctrine_Form_Builder {
|
|
||||||
public static function buildForm(Doctrine_Record $record) {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
class Doctrine_Element {
|
|
||||||
private $attributes = array();
|
|
||||||
private $data;
|
|
||||||
|
|
||||||
public function toHtml() {
|
|
||||||
return "<".$this->name.">"."</>";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
class InputElement {
|
|
||||||
private $attributes = array();
|
|
||||||
|
|
||||||
}
|
|
||||||
?>
|
|
Loading…
x
Reference in New Issue
Block a user