/ Published in: PHP
rammstein plz another disc
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
class bd extends conection { public $table; public $fields; public $conection; public function sanitize($param) { } public function select($fields, $table, $where = '') { parent::conexion(); $where = ($where == '') ? '' : ' WHERE ' . $where; $select_output[] = $objetos->$fields[$i]; } } return $select_output; } }
URL: none