Merb - 另一個輕量MVC的Framework

About Merb

安裝:(Ruby Gem )

$ gem install merb -y

建立專案:

$ merb -g myapp

Merb的檔案結構:

        merb_app:
          Rakefile
          README
          scripts
          test
            spec
            unit
          plugins
          dist
            app
              controllers
              models
              views
            conf
            lib
            public
            plugins
            schema

Leave a Reply