It depends, at the moment I earn like $10.20 AUD an hour which is good for a person my age. The minimum wage for an adult is $16 AUD per hour (full time).
http://www.fairwork.gov.au/pay/national-minimum-wage/pages/default.aspx
There are job opportunities everywhere, many people think people work at McDonalds or whatever but I work at a University entering data for a small business who has recently started to sell shares.
If you're going to treat everyone like they don't know PHP. Then don't post a fucking thread.
--------
I tested your code, fixed the errors and it works fine.
<?php
class cat {
function meow() {
return 'what does the cat say?';
}
}
class dog {
function bark() {...