Go to the source code of this file.
Functions | |
| if (db_numrows($this->db_result)< 1) | |
Variables | |
| <?php $PROJECT_OBJ=array();functionproject_get_object($group_id){global $PROJECT_OBJ;if(!$PROJECT_OBJ | Error ["_".$group_id."_"]){$PROJECT_OBJ["_".$group_id."_"]=newProject($group_id);return $PROJECT_OBJ["_".$group_id."_"];}else{return $PROJECT_OBJ["_".$group_id."_"];}}classGroupextendsError{var $project_data_array;var $data_array;var $type_data_array;var $group_id;var $db_result;var $perm_data_array;var $is_admin;functionGroup($id){$this->() |
| $this | group_id = $id |
| $this | db_result = db_query("SELECT * FROM groups WHERE group_id='$id'") |
| $this | type_id = $type |
| $this | db_type_result = db_query("SELECT * FROM group_type WHERE type_id='$type'") |
|
|
Definition at line 65 of file Group.class. References setError(). 00066 { 00067 #function in class we extended 00068 $this->setError('Group Not Found'); 00069 $this->data_array=array(); 00070 }
|
|
|
|
Definition at line 80 of file Group.class. |
|
|
Definition at line 62 of file Group.class. Referenced by format_item_changes(), get_next_thread_id(), html_feedback_top(), post_message(), and utils_check_path(). |
|
|
|
Definition at line 79 of file Group.class. Referenced by search_box(), show_features_boxes(), show_sitestats(), stats_getprojects(), stats_getprojects_active(), and stats_getprojects_bytype_active(). |
1.4.4