Ejemplo n.º 1
0
		/**
		 * standard constructor
		 * @param string Name of the table you want to modify
		 */
		function CreateSet($table) { SaveSet::SaveSet($table, ""); }
Ejemplo n.º 2
0
		/**
		* standard constructor
		* @param string Name of the table you want to modify
		* @param string Where-Condition for SQL-Clause
		*/
		function UpdateSet($table, $row_identifier) { SaveSet::SaveSet($table, $row_identifier); }
Ejemplo n.º 3
0
		/**
		 * standard constructor
		 * @param string Name of the table you want to modify
		 */
		function InsertSet($table) { SaveSet::SaveSet($table, ""); }