v2song's recent timeline updates
v2song

v2song

V2EX member #197262, joined on 2016-10-20 13:40:44 +08:00
Today's activity rank 12762
v2song's recent replies
Dec 2, 2016
Replied to a topic by niuoh PHP 怎么给 PHP 对象动态添加方法
可以学习一下 Laravel Macroable 的思想
```php
class Test
{
use Macroable;
}

Test::macro('say', function ($word) {
echo $word;
});

$test = new Test();

$test->say('hello');
```
Nov 11, 2016
Replied to a topic by enenaaa PHP php 的后台管理框架,用啥比较好
不妨试试这个 https://github.com/z-song/laravel-admin 只是不适合新手
Oct 21, 2016
Replied to a topic by pzzrudlf PHP Laravel 5.3 如何优雅的进行前后台分离
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1507 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 17ms · UTC 16:54 · PVG 00:54 · LAX 09:54 · JFK 12:54
♥ Do have faith in what you're doing.