Class CriticalI_Project_Manager

Description
Method Summary
 static CriticalI_Project init (string $name, int $type)
 static CriticalI_Project load ([ $name = null], string $dir)
 static void mkdir (string $path)
 static void write_htaccess (string $path)
Methods
static init (line 14)

Initialize a project

  • access: public
CriticalI_Project init (string $name, int $type)
  • string $name: Project name or directory (relative to cwd)
  • int $type: CriticalI_Project::INSIDE_PUBLIC or CriticalI_Project::OUTSIDE_PUBLIC
static load (line 37)

Load a project

  • access: public
CriticalI_Project load ([ $name = null], string $dir)
  • string $dir: Directory to load (or cwd if not present)
  • $name
static mkdir (line 72)

Create a directory, if needed, and verify the path is a directory

  • access: protected
void mkdir (string $path)
  • string $path: The directory to make
static write_htaccess (line 49)

Writes a default .htaccess file. Will not clobber an existing file.

  • access: protected
void write_htaccess (string $path)
  • string $path: The path to the .htaccess file

Documentation generated on Wed, 25 Apr 2012 09:46:43 -0700 by phpDocumentor 1.4.3