[1 Beitrag] [ technix geld leben ]
an easy to follow howto
/**
* life::myJob()
* // purpose: core function for money earning. automatically
finds customers, creates and sends offers, fake
work, get the cash, do some basic conversation
with the customer, add the project to the
reference list, try to get a permanent service
aggreement, and calls itself in an endless loop.
* @param NONE
* @return bool
*/
function myJob() {
$this->findCustomer(TRUE,TRUE);
$this->createKV();
if ($this->sendKVToCustomer()) {
$this->fakeWork();
$this->getCash();
$this->sendNotification(EMAIL,SMS);
$this->sendThxMail();
if (!$this->customerHappy) { $this->forceCustomerHappy(); }
$this->addReference();
} // if
if ($this->getServiceAgr()) {
while ($this->ServiceAgr) {
$this->fakeWork();
} // while
} // if
$this->useMoneyForFunStuff();
$this->myJob();
return -1;
} // function
RSS Feeds: http://xir.cccp.at/rss/xirblog.xml
spunQ the opensource database modeler