PHP Class PradoCommandLineCreateProject, prado

Since: 3.0.5
Inheritance: extends PradoCommandLineAction
Show file Open project: pradosoft/prado

Protected Properties

Property Type Description
$action
$description
$optional
$parameters

Public Methods

Method Description
performAction ( $args )

Protected Methods

Method Description
createNewPradoProject ( $dir ) Functions to create new prado project.
renderConfigFile ( $appName )
renderDefaultPage ( )
renderHtaccessFile ( )
renderIndexFile ( )

Method Details

createNewPradoProject() protected method

Functions to create new prado project.
protected createNewPradoProject ( $dir )

performAction() public method

public performAction ( $args )

renderConfigFile() protected method

protected renderConfigFile ( $appName )

renderDefaultPage() protected method

protected renderDefaultPage ( )

renderHtaccessFile() protected method

protected renderHtaccessFile ( )

renderIndexFile() protected method

protected renderIndexFile ( )

Property Details

$action protected property

protected $action

$description protected property

protected $description

$optional protected property

protected $optional

$parameters protected property

protected $parameters