| .. |
|
cache
|
739068b00d
moved cache, db, logs, and sessions to the storage directory.
|
14 years ago |
|
db
|
622635d5cf
Fixed typo in Query::select comment.
|
14 years ago |
|
route
|
4f73200675
moved route filter to route directory.
|
14 years ago |
|
session
|
739068b00d
moved cache, db, logs, and sessions to the storage directory.
|
14 years ago |
|
validation
|
0013e5bcbe
Fixed bug in validator message handling for empty file uploads.
|
14 years ago |
|
views
|
30c83f265d
overall code refactoring.
|
14 years ago |
|
arr.php
|
65ffe0b610
Added support for closures as Arr::get default parameter.
|
14 years ago |
|
auth.php
|
39d3ccb8f0
Refactoring / comment clean-up on Auth class.
|
14 years ago |
|
benchmark.php
|
72e7275fe0
throw exception in benchmark class if one has not been defined.
|
14 years ago |
|
cache.php
|
d1f1c367e2
Formatting Cache class.
|
14 years ago |
|
config.php
|
e2973e565d
Allow closures as Config default.
|
14 years ago |
|
cookie.php
|
65bbea81fd
Put the Cookie class on a diet.
|
14 years ago |
|
crypt.php
|
3c7dd2822b
Trimming comment bloat in Crypt class.
|
14 years ago |
|
db.php
|
014c2ebf66
Removing comment bloat from DB class.
|
14 years ago |
|
error.php
|
fa0e6c8db1
Trimming comment bloat from Error class.
|
14 years ago |
|
file.php
|
d51be02dd2
enhanced validation, added mimes config array.
|
14 years ago |
|
form.php
|
77c23c4665
Trim bloat from Form class.
|
14 years ago |
|
hash.php
|
28d11f15bb
Refactoring Hash class.
|
14 years ago |
|
html.php
|
2a1c01f1c9
Cleaning up HTML class bloat.
|
14 years ago |
|
inflector.php
|
1aa86d0798
improved performance. added support for database ports.
|
14 years ago |
|
input.php
|
57f61dc54c
Formatting Input class.
|
14 years ago |
|
lang.php
|
5643daa66c
Refactor Lang class.
|
14 years ago |
|
loader.php
|
1aa86d0798
improved performance. added support for database ports.
|
14 years ago |
|
log.php
|
5114f2ee87
Trimming comment bloat in Log class.
|
14 years ago |
|
memcached.php
|
31e4b7a407
Trimming comment bloat in Memcached class.
|
14 years ago |
|
redirect.php
|
af7ba04628
Trimming comment bloat in Redirect class.
|
14 years ago |
|
request.php
|
b1342a5928
Refactoring the Request class.
|
14 years ago |
|
response.php
|
3408bb8492
overall code refactoring, comment improvement.
|
14 years ago |
|
route.php
|
4f73200675
moved route filter to route directory.
|
14 years ago |
|
router.php
|
dbc418c0d7
changed Request::is to Request::route_is.
|
14 years ago |
|
session.php
|
e5beda1d5b
Converted Session class to use Cookie::put.
|
14 years ago |
|
str.php
|
081a3e512f
initial commit of validation classes.
|
14 years ago |
|
text.php
|
f7bb0c5510
trimmed comment bloat. returning boolean on eloquent save.
|
14 years ago |
|
url.php
|
c7e7d64545
Refactoring dynamic URLs to routes.
|
14 years ago |
|
validator.php
|
cbf2399ab8
Default Validator target to Input data.
|
14 years ago |
|
view.php
|
b7b258a10b
removed error collector bloat, switched to plain array. thanks mikelbring.
|
14 years ago |