Max Ehsan
45e93a6740
Update README.md
3 years ago
Masroor Ehsan
8b513516cb
updated readme
4 years ago
Thomas Orlita
6f9cd0c195
Add info about regex groups with named parameters
...
I think this should be mentioned in the docs, see #277 and #324
4 years ago
Hugues Lismonde
b4c9c42b00
Add host to request
...
The requested host can be useful to build an url or route request based
on which host was used.
6 years ago
Mike Cao
9c8d492799
Removed JSON encode depth parameter to keep PHP 5.3 compatibility.
8 years ago
Shane Armstrong
b7b929bf99
#290 - JSON methods now support encode option/depth, added missing arguments to json/jsonp method documentation, _json/_jsonp methods now list arguments on individual lines to remain PSR-2 compliant
8 years ago
Mike Cao
7f402f805a
Merge pull request #252 from hitautodestruct/patch-2
...
Note regarding usage of flight in a subdirectory
9 years ago
hitautodestruct
af6afc6786
Changed flight to dir subdir
9 years ago
Yuriy Tkachenko
e42d4ad7f9
Update README.md
9 years ago
hitautodestruct
1eeafc28a8
Note regarding usage of flight in a subdirectory
...
Thanks to this question and answer http://stackoverflow.com/questions/20890210/flight-php-routing-from-subdirectory
9 years ago
Yuriy Tkachenko
eaa9c99dd7
Updated README.md
...
Added example for routing object methods
9 years ago
Mike Cao
b96aaa7967
Added charset option for JSON requests.
9 years ago
Mike Cao
443fa82895
Merge pull request #210 from orthographic-pedant/spell_check/available
...
Fixed typographical error, changed availabe to available in README.
9 years ago
Mike Cao
cabbb25fcc
Added support for custom template file extensions.
9 years ago
Mike Cao
7fd3594ac7
Added ability to perform case sensitive matching of URLs.
9 years ago
orthographic-pedant
abbd75cfdc
Fixed typographical error, changed availabe to available in README.
9 years ago
Mike Cao
e715471a2c
Updated docs to include composer information.
10 years ago
Mike Cao
81041d418b
JSON request input is now stored in the data property.
11 years ago
Mike Cao
d5cf1a4e24
Updated documentation on route info.
11 years ago
Mike Cao
b10b294d83
Added method to get the application object instance.
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
Emmanuel еΜanwʬĔbdƎv
bf7a3d3475
Fix JSONP example
11 years ago
Pascal Borreli
2648a5216e
Fixed typos
11 years ago
Mike Cao
fbdd5a4338
Updated database example.
11 years ago
Mike Cao
14dca4addf
Added section about JSON. Added some missing info.
11 years ago
Mike Cao
5ec68f35d5
Updated methods section
12 years ago
enyst
55651d2b08
Document instance calls fix.
...
Signed-off-by: enyst <engel.nyst@gmail.com>
12 years ago
engelnyst
c0ae6dbc31
Update README.md
...
Fixes #53
Signed-off-by: enyst <engel.nyst@gmail.com>
12 years ago
Mike Cao
c233214a39
Added section about configuration values.
12 years ago
Mike Cao
000b1db3be
Added example for new Engine class.
12 years ago
Mike Cao
66a403ff96
Merge remote-tracking branch 'origin/master'
12 years ago
Mike Cao
84078158c3
Introduced new Engine class.
...
Core functionality has been moved to a namespaced Engine class. The
existing Flight class is now just a static pass-through to the Engine class.
Also fixed autoloading and initialization issues.
12 years ago
Mateusz Gachowski
90c337993a
Fixed documentation
12 years ago
Mike Cao
ef72548a1a
Changed header sizes.
12 years ago
Mike Cao
28ae5e0aec
Added route passing functionality.
12 years ago
Mike Cao
9fb6b54665
Merge remote-tracking branch 'origin/master'
12 years ago
Mike Cao
483ff648c4
Updated readme.
12 years ago
Peter Mescalchin
0a480e1f4a
Fixed variable name typo in template/layout example.
...
This is also a typo on the http://flightphp.com/learn page.
12 years ago
Zachary Queal
03b4dfe825
rework with syntax highlighting
...
Reworked the README to include syntax highlighting for sanity while reading, as well as a few posed changes for `uniformity`.
12 years ago
Mike Cao
1991a65d4d
Added section about optional parameters
12 years ago
Mike Cao
f41d2efa8a
Fixed typo
12 years ago
Mike Cao
4d372b0d44
Fixed docs
13 years ago
Mike Cao
17d18fbdcb
Updated section about requests.
13 years ago
Mike Cao
b70f831c0e
Added new Collection class, updated documentation
13 years ago
Mike Cao
5d789ceb2e
More refactoring, updated documenation
13 years ago
Mike Cao
8af17f2215
Changed render method for views and layouts.
...
The previous render method allowed you to render a template
directly into a layout. This however only allowed one template
to be used per layout. The new method instead stores the template
results as a view variable, which the layout can reference.
Also expanded documentation on views.
Added a has() method to the view to check if a variable is set.
13 years ago
Mike Cao
fb507428b7
Removed $this reference
14 years ago
Mike Cao
b9034d7c51
Updated README to reflect new view variables
14 years ago
Mike Cao
509b832377
Updated README
14 years ago