Added vmedia age

This commit is contained in:
Olu Amey
2021-09-25 11:39:44 -04:00
parent 9420c6c1af
commit 24b3814505
9 changed files with 202 additions and 571 deletions
+21
View File
@@ -0,0 +1,21 @@
<?php
namespace App\Model;
use CodeIgniter\Model;
class MathsModel extends Model
{
protected function initialize()
{
parent::initialize(); // TODO: Change the autogenerated stub
}
public function PageData($printableCode){
return '93939393939'.$printableCode;
}
}