1. 17 Jan, 2014 3 commits
  2. 16 Jan, 2014 3 commits
  3. 15 Jan, 2014 2 commits
  4. 14 Jan, 2014 2 commits
  5. 11 Jan, 2014 4 commits
  6. 10 Jan, 2014 4 commits
  7. 09 Jan, 2014 4 commits
  8. 08 Jan, 2014 4 commits
  9. 06 Jan, 2014 1 commit
  10. 05 Jan, 2014 5 commits
  11. 04 Jan, 2014 1 commit
  12. 03 Jan, 2014 1 commit
  13. 02 Jan, 2014 3 commits
  14. 01 Jan, 2014 2 commits
  15. 31 Dec, 2013 1 commit
    • support modules design! · 803d91c0
      // the follow code is write in modules:
      // GR:=NewGroupRouters()
      // GR.AddRouter("/login",&UserController,"get:Login")
      // GR.AddRouter("/logout",&UserController,"get:Logout")
      // GR.AddRouter("/register",&UserController,"get:Reg")
      // the follow code is write in app:
      // import "github.com/beego/modules/auth"
      // AddRouterGroup("/admin", auth.GR)
      astaxie committed