欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

laravel 常量定义及使用

model 层或repository 层class中定义 

TestPepository.php

const STATUS = 4;    // 待处理

controller 层 调用 直接使用类名
Test.php



$test=TestRepository::STATUS

,

来自  https://blog.csdn.net/zhangjun1013/article/details/79553556

普通分类: