文件名称:compagnie-scarlett:斯嘉丽公司,网站
文件大小:3.13MB
文件格式:ZIP
更新时间:2024-05-03 19:57:14
php sql bulma scarlett JavaScript
欢迎来到SteoWorks :waving_hand: 适用于开发Web应用程序的Micro Framework php 安装 composer install 使用例 架构图 <?php //example.schema.php namespace App \ Models \ Schemas ; class Schema { //table name const TABLE_NAME = "schema" ; // generate UUID private string $ ID ; public string $ properties ; /** * @return string */ public function getID (): string { return $ this -> ID ; }