new pisilinux web sites
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php namespace Project\Controllers;
|
||||
|
||||
class Sss extends Controller{
|
||||
|
||||
function main(){
|
||||
$liste = $this->sss_model->listele();
|
||||
View::liste($liste);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user