Procedural File: lib_projects.php
Source Location: /_includes/lib_projects.php
Classes:
Project
Describes a project.
Stage
Describes a project stage. Each stage represents a part of the deveolpment process of a project.
Page Details:
A library that contains everything that has to do with the site's project system.
Tags:
Includes:
MENU_ITEM_WIDTH [line 32]
TOTAL_WIDTH [line 26]
getAllProjectNames [line 64]
array getAllProjectNames(
)
|
|
Gets the names of all available projects.
Tags:
getAllProjects [line 99]
Gets all available projects.
Tags:
getAllStageDescriptions [line 82]
array getAllStageDescriptions(
)
|
|
Get the descriptions for all available project stages.
Tags:
getProjectBasedOnDir [line 43]
Gets a project based on the current directory. If the current directory is one of the projects' home directories then one of those projects are returned.
Tags:
getProjectCount [line 127]
integer getProjectCount(
)
|
|
Gets the number of projects available.
Tags:
getProjects [line 111]
array getProjects(
string $sqlSelector)
|
|
Gets all projects that match a specified sql selector statement.
Tags:
Parameters
| string |
$sqlSelector |
The sql statement that specifies the project that should be retrieved. |
|