Skip to content

Awezome/Zovercy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zovercy

a very lightweight php framework

Example:

<?php

class post extends Controller {
    public function show() {
        $pid =Get::number(0);
        $result = Z::$db->table('post')->where('pid=' . $pid)->findOne();
        Check::isEmpty($result);
        
        $this->setData(array('result' => $result));        
        $this->loadView('postshow');      
    }
}

About

Zovercy : a very lightweight and fast php framework with Workerman

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages