Hello everyone. I'm just learning programming.
I have a class:
class DbBox extends BoxAbstract
{
public function save()
{
}
public function load()
{
}
}
This class has two methods, Load and Save. How to format them correctly so that they can save data to a file?
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.