Recent content by take_me_to_ur_leader

  1. T

    php question about array of objects?

    I have created a class Vacancy which has some variables : public $salary; public $id; ... I am looping through the result of a query and creating a vacancy for each match Then I adding the vacancy to an array. $tempVacancy=new Vacancy(); $tempVacancy->salary =...
Back
Top