ݺߣ

ݺߣShare a Scribd company logo
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
https://www.techopedia.com/definition/16359/build-tool
https://www.techopedia.com/definition/16359/build-tool
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
phing build.xml -Drepodir=http://github.com
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
https://www.phing.info/docs/stable/hlhtml/index.html#d5e837
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
1.
2.
3.
Phing -  PHP Conference 2015
HOST = [[domain]]
USER = phpconf
PASSWORD = 123456
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
<?php
require_once 'phing/Task.php';
class MarabesiTask
{
private $message = null;
private $project = null;
public function setMessage($str)
{
$this->message = $str;
}
public function init()
{}
public function main()
{
print($this->message);
}
public function setProject($project)
{
$this->project = $project;
}
}
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015
Phing -  PHP Conference 2015

More Related Content

Phing - PHP Conference 2015