1
0
mirror of synced 2025-01-31 04:21:44 +03:00

Removed file/folder

This commit is contained in:
doctrine 2006-05-30 07:32:43 +00:00
parent 9588714d6f
commit 613244f46c

View File

@ -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();
}
?>