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
Mike Cao
8e4b75f5e6
Fix typo
14 years ago
Mike Cao
f54b614bc9
Added section about HTTP caching
14 years ago
Mike Cao
9f24bc0de6
Pass named parameters as arguments to callback
14 years ago
Mike Cao
0eca364fe5
Clean up
14 years ago
Mike Cao
b8faba3dc5
Add section about Views.
14 years ago
Mike Cao
033ceb4421
Touch ups.
14 years ago
Mike Cao
bba9998157
Updated documentation.
14 years ago
Mike Cao
03499954a8
Updated documentation
14 years ago
Mike Cao
ce8dbfc435
Initial commit
14 years ago