コード例 #1
0
ファイル: Main.php プロジェクト: irdin-pekaric/startUp
 public static function execute()
 {
     $db = new Database('localhost', 'root', '', 'irhad');
     $values = ['title' => 'naslov', 'content' => null];
     $db->insert('articles', $values);
 }