Skip to content
Commit 058d3723 authored by Hermann Mayer's avatar Hermann Mayer
Browse files

- Helpers

        - Url Helper
            - Supports now to handle striped default parts (no need to
		      add index or default)
        - File Helper
            - Completly new Helper for Managing Deep File List Searches
			  and collecting MVC Data
              Used to handle new Autoloading and Dispatching of the URI

    - Dispatcher
        - Completly rewritten URI parsing algorithm to achieve the best
		  interpretation of the request
            - Using a Mix of Guessing (File Helper MVC Stuff / Combo
			  Guessing) and incrementally probing
        - Support for handling striped default parts in URI

    - Architectural
        - Implemented Module Handling
            - Now we can group our MVC's to separated Modules

    - Autoloader
        - Refactored the Autoloader Class to archieve better reusability
        - Added Debugging Option
        - Now multiple Lookup methods are supported
            - They are executed on by on, as long as nothing
              worked so far if we found a solution for this file/class
			   we load it and dont process further
        - Added a MVC Lookup
parent e9f39f1a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment