我已经看了这么多关于这个的Stackoverflow问题,似乎没有一个能解决我的问题。我只想有一个管理文件夹和其中的控制器。这是我的路线到目前为止的样子
/*
* Set the routes. Each route must have a minimum of a name, a URI and a set of
* defaults for the URI.
*/
Route::set( 'default', '(<controller>(/<action>(/<id>)))' )
->defaults( ar
我有这样的结构
class Lesson {
List<Sign> signs { get; set; }
}
class Sign {
List<Media> media { get; set;}
}
class Media {
}
现在我正在使用这个LINQ来获取所有的课程
var items = (from lesson in this.db.Lesson.Include("Sign")
where lesson.module_id == param
我在WAMP上设置了一个虚拟主机。地址是http://privatesite (可以使用)
但是,现在我已经设置了这个虚拟主机,默认的localhost不起作用,我不确定如何纠正它。
我的hosts文件如下所示:
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry s