Added PDO shell plugin
This commit is contained in:
14
plugins/com.noccy.pdo.shell/sparkplug.php
Normal file
14
plugins/com.noccy.pdo.shell/sparkplug.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php // "name":"Interactive PDO Shell", "author":"Noccy"
|
||||
|
||||
namespace SparkPlug\Com\Noccy\Pdo\Shell;
|
||||
|
||||
use SparkPlug;
|
||||
|
||||
class PdoShellPlugin extends SparkPlug {
|
||||
public function load()
|
||||
{
|
||||
register_command(new PdoShellCommand());
|
||||
}
|
||||
}
|
||||
|
||||
register_plugin("com.noccy.pdo.shell", new PdoShellPlugin);
|
Reference in New Issue
Block a user