Class Project reflects access to tables project*
Located in Program_Root/include/project.class.php (line 13)
Creates an array priority-id => priority-name from all priority in Database and returns it
Creates a Selectbox from all Prioritys in Database and returns the HTML-Code
if $selected_priority_id > (int) 0 then the priority with this ID is preselcted if $selected_priority_id === (bool) true then the priority with ID == $this->id is selected else no pre-selected priority
Creates an array project-id => project-name from all Projects in Database and returns it
Creates a Selectbox from all Projects in Database and returns the HTML-Code
if $selected_project_id > (int) 0 then the Project with this ID is preselcted if $selected_project_id === (bool) true then the Project with ID == $this->id is selected else no pre-selected Project
Creates an array status-id => status-name from all status in Database and returns it
Creates a Selectbox from all status in Database and returns the HTML-Code
if $selected_status_id > (int) 0 then the status with this ID is preselcted if $selected_status_id === (bool) true then the status with ID == $this->status is selected else no pre-selected status
Creates an array status-id => status-name from all status in Database and returns it
Creates a Selectbox from all task in Database and returns the HTML-Code
if $selected_type_id > (int) 0 then the type with this ID is preselcted if $selected_type_id === (bool) true then the type with ID == $this->type is selected else no pre-selected status
Creates an array status-id => status-name from all status in Database and returns it
Creates a Selectbox from all types in Database and returns the HTML-Code
if $selected_type_id > (int) 0 then the type with this ID is preselcted if $selected_type_id === (bool) true then the type with ID == $this->type is selected else no pre-selected status
loads all sub-projects and stores them in array $this->sub_project
Documentation generated on Fri, 26 Sep 2003 15:39:53 +0200 by phpDocumentor 1.2.2