Answer the question
In order to leave comments, you need to log in
How to use the ready interface?
i am working on this system
https://github.com/ezsystems/ezpublish-kernel/tree...
i need to make my installer how?
class CleanInstaller extends DbBasedInstaller implements Installer
here the developers defined the CleanInstaller class which implements the interface :
$this->runQueriesFromFile(
'vendor/ezsystems/ezpublish-kernel/data/mysql/schema.sql'
);
how do i make my implementation of this?
Do I need to create a class that inherits from DbBasedInstaller or do I need to somehow create an interface object?
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