This commit is contained in:
parent
4dda06bc5f
commit
231710e996
|
@ -1,5 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
namespace Sieciech\Orm8;
|
||||||
|
|
||||||
interface ISqlBase {
|
interface ISqlBase {
|
||||||
public function Get(): string;
|
public function Get(): string;
|
||||||
//public function Insert(): string;
|
//public function Insert(): string;
|
||||||
|
@ -34,5 +36,10 @@ class Job extends BaseModel {
|
||||||
parent::__construct( new JobSql() );
|
parent::__construct( new JobSql() );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
echo "
|
||||||
|
|
||||||
|
";
|
||||||
echo Job::Get(10);
|
echo Job::Get(10);
|
||||||
|
echo "
|
||||||
|
|
||||||
|
";
|
Loading…
Reference in New Issue