Skip to content

Commit b316a37

Browse files
authored
Merge pull request #4 from ishafiul/update
model added
2 parents c2d9025 + ec1e694 commit b316a37

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/models/Newmodel.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
class Newmodel
3+
{
4+
private $db;
5+
6+
public function __construct()
7+
{
8+
$this->db = new Database;
9+
}
10+
}

0 commit comments

Comments
 (0)