Commit Graph

215 Commits (83ffddc800430b627f52d0dac90daa8ae898a93f)
 

Author SHA1 Message Date
Cuonic a8f50e2f4b Fixed problem with Request Json array
11 years ago
Cuonic 33e79cbc7a Fixed problem with Request Json array
11 years ago
Mike Cao f644c6fddd Merge pull request #120 from nhutquang97/master
11 years ago
Quang Nhut Lam-Nguyen bed3824192 Change getVar() function from private to public
11 years ago
Mike Cao b10b294d83 Added method to get the application object instance.
11 years ago
Mike Cao bd0c947455 Update VERSION
11 years ago
Mike Cao ee55c1e722 Merge pull request #116 from Exquance/master
11 years ago
Berkus Decker c0c7b9dcd9 Modify Request based on feedback from Mike.
11 years ago
Berkus 62c4f2fa0b Add support for parsed JSON property in Request.
11 years ago
Mike Cao 0f6b6769d0 Updated composer.json file.
11 years ago
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