AloWAMP source documentation
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Namespaces

  • None
  • PHP
  • Setup
  • VersionSwitch

Classes

  • cURL
  • Downloader
  • Format
  • Handler
  • IO
  • Router
  • Service
  • Settings
  • Setup

Functions

  • _echo
  • get

Class Setup

Setup script walkthrough

Author: Art <a.molcanovas@gmail.com>
Located at core/class/setup.php

Methods summary

public Setup
# checkDir( string $path, string $msg = null )

Checks if a directory exists

Checks if a directory exists

Parameters

$path
string
$path Path to check
$msg
string
$msg Check identifier (for echo)

Returns

Setup

Author

Art <a.molcanovas@gmail.com>
public Setup
# checkPHP( )

Checks if PHP is set up

Checks if PHP is set up

Returns

Setup

Author

Art <a.molcanovas@gmail.com>
protected Setup
# checkBinaries( string $dir, string $message, string $setup_class )

Generic method to check if binaries are installed properly

Generic method to check if binaries are installed properly

Parameters

$dir
string
$dir dir to scan
$message
string
$message scan identifier
$setup_class
string
$setup_class Setup class name

Returns

Setup

Author

Art <a.molcanovas@gmail.com>
public Setup
# checkApache( )

Checks if Apache HTTPD is installed properly

Checks if Apache HTTPD is installed properly

Returns

Setup

Author

Art <a.molcanovas@gmail.com>
public Setup
# checkMySQL( )

Checks if MySQL is installed properly

Checks if MySQL is installed properly

Returns

Setup

Author

Art <a.molcanovas@gmail.com>
public Setup
# checkDateTimezone( )

Checks if date.timezone is set up for PHP

Checks if date.timezone is set up for PHP

Returns

Setup

Author

Art <a.molcanovas@gmail.com>
public Setup
# checkWWW( )

Checks if the WWW dir is set up

Checks if the WWW dir is set up

Returns

Setup

Author

Art <a.molcanovas@gmail.com>
public Setup
# checkMemcache( )

Checks and creates the memcache directory

Checks and creates the memcache directory

Returns

Setup

Author

Art <a.molcanovas@gmail.com>
public Setup
# checkRedis( )

Checks if Redis is set up properly

Checks if Redis is set up properly

Returns

Setup

Author

Art <a.molcanovas@gmail.com>

Magic methods summary

AloWAMP source documentation API documentation generated by ApiGen 2.8.0