1. 21 Jan, 2014 1 commit
  2. 17 Jan, 2014 2 commits
  3. 16 Jan, 2014 3 commits
  4. 15 Jan, 2014 2 commits
  5. 14 Jan, 2014 2 commits
  6. 11 Jan, 2014 4 commits
  7. 10 Jan, 2014 4 commits
  8. 09 Jan, 2014 4 commits
  9. 08 Jan, 2014 4 commits
  10. 06 Jan, 2014 1 commit
  11. 05 Jan, 2014 5 commits
  12. 04 Jan, 2014 1 commit
  13. 03 Jan, 2014 1 commit
  14. 02 Jan, 2014 3 commits
  15. 01 Jan, 2014 2 commits
  16. 31 Dec, 2013 1 commit
    • astaxie's avatar
      support modules design! · 803d91c0
      astaxie authored
      // 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)
      803d91c0