Laravel 5 基础(三)- 向视图传送数据(续)
摘要:* 我们不仅仅可以向视图传送一个数据,同样我们可以传送Array```php public function about() { return view('pages.about')->with([ 'first' => 'Zhang', ...
阅读全文
posted @ 2015-03-31 14:30
posted @ 2015-03-31 14:30
posted @ 2015-03-31 14:17
posted @ 2015-03-31 12:11
posted @ 2015-03-31 10:23