set('tt', 12234); echo "ttttt"; } public function testSession() { $session = new Session(); $tt = $session->get('tt'); echo $tt; } public function testModel() { $model = new SendEmail(); // var_dump($model->list()); print_json($model->list('limit 10')); } }