Beispiel #1
0
 /**
  * Delete all users from workusers
  *
  */
 public function deleteAllUsers()
 {
     $table = new USVN_Db_Table_UsersToProjects();
     $table->delete($table->getAdapter()->quoteInto("projects_id = ?", $this->id));
 }