Answer the question
In order to leave comments, you need to log in
How to organize work with the database in php using the OOP approach?
Hello. The essence of the question is this: I have Employees with the fields name, date of birth, department, position, number of hours worked, rate, salary.
class Employeer{
public $name;
public $birthday;
public $dep;
public $pos;
public $count_hour;
public $cost_hour;
public $salary;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question