Commit Graph

455 Commits (097dd968b18544bfd7863e0def0d787856e6e254)
 

Author SHA1 Message Date
Mike Cao b9b2d0fa2d Added ability to register callbacks for class instantiation.
11 years ago
Mike Cao 33c5fb794a Wrap text to be more legible.
11 years ago
Mike Cao 2776d54228 Added section about route object.
11 years ago
Mike Cao 3f710034e1 Merge pull request #92 from emanwebdev/patch-1
11 years ago
Emmanuel еΜanwʬĔbdƎv bf7a3d3475 Fix JSONP example
11 years ago
Mike Cao 6b6397764d Use array in str_replace call.
11 years ago
Mike Cao c44e5369ab Bump version.
11 years ago
Mike Cao 6239ab4d80 Prevent collision of $template variable.
11 years ago
Mike Cao 24e069bafe Merge pull request #89 from pborreli/typos
11 years ago
Pascal Borreli 2648a5216e Fixed typos
11 years ago
Mike Cao 092930f198 Bump version
11 years ago
Mike Cao 576a93efa1 Merge pull request #87 from woodent/patch-1
11 years ago
Micah Wood 3a4c0c72bf Simplify output buffering code
11 years ago
Mike Cao fdb88e842a Fixed documentation.
11 years ago
Mike Cao fbdd5a4338 Updated database example.
11 years ago
Mike Cao 7817255a61 Added ability to get splat from URL pattern.
11 years ago
Mike Cao 43287023d9 Bump version.
11 years ago
Mike Cao 14dca4addf Added section about JSON. Added some missing info.
11 years ago
Mike Cao b8e400e1be Converted JSONP config into a parameter. Fixed incorrect content type.
11 years ago
Mike Cao 777ac096ec JSON method should send a clean response.
11 years ago
Mike Cao 30195237e5 Reverted response handling.
11 years ago
Mike Cao 6a1029a187 Response should only be sent once.
11 years ago
Mike Cao b8026d9828 Sending a response should not exit the program.
11 years ago
Mike Cao 5ba910981f Allow HTTP method overriding.
11 years ago
Mike Cao 86d1ea20e4 Fixed reference to $this.
11 years ago
Mike Cao 001c8ec301 Fixed error with calling stop method.
11 years ago
Mike Cao 6fe4e32fee Added additional options for JSON methods.
11 years ago
Mike Cao 6696c0d267 Dispatcher should check for valid callback.
11 years ago
Mike Cao 3fde3685c5 Formatting.
11 years ago
Mike Cao 6a7622d99b Merge pull request #70 from eric1234/noenv
11 years ago
Eric Anderson 1a0eede079 Use $_SERVER instead of getenv.
11 years ago
Mike Cao 5414b906f6 Merge pull request #62 from ozh/ozh-jsonp
11 years ago
ozh 258e56b4ec Use $this
11 years ago
ozh 5e0627f41b Coding style (same white space as original file)
11 years ago
ozh 4ccfe8c386 JSONP support
11 years ago
Mike Cao 7e1a098f6c Autoloader should not throw exceptions.
12 years ago
Mike Cao 988d4f5631 Exception should be thrown and not handled.
12 years ago
Mike Cao 8ca9b2d76d Setting status should not send headers.
12 years ago
Mike Cao 2d6a04d514 Made default properties into class variables.
12 years ago
Mike Cao 2ce369cb50 Flush existing output before the start method.
12 years ago
Mike Cao 5ec68f35d5 Updated methods section
12 years ago
Mike Cao 23fc99ec91 Updated all tests to use Engine class.
12 years ago
Mike Cao 48f2279a7c Merge pull request #55 from engelnyst/patch-1
12 years ago
enyst 55651d2b08 Document instance calls fix.
12 years ago
engelnyst c0ae6dbc31 Update README.md
12 years ago
Mike Cao c233214a39 Added section about configuration values.
12 years ago
Mike Cao 3a4a30e879 Updated check for base_url.
12 years ago
Mike Cao d41795cbdc Updated handling of subdirectories and redirects.
12 years ago
Mike Cao 1acb68756c Remove duplicates from loader directories.
12 years ago
Mike Cao 93d7602b20 Removed caching from halt method.
12 years ago