Carsten Brandt
776162b05e
created StringHelper::basename()
...
In contrast to php function basename() It that always uses \ and /
as directory separator.
It is needed for use on Classnames that contain namespaces.
Fixes #192
12 years ago
Alexander Makarov
ad26b7d3d1
Use Composer autoload to handle dependency class loading
12 years ago
Carsten Brandt
a51019bbed
Console helper: use self:: for refering to constants
12 years ago
Suralc
8197ab556e
Revert static calls in switch
12 years ago
Suralc
ded4ccd778
Fixed php 5.4+ Exception in Console helper
12 years ago
Carsten Brandt
ed74636af8
more doc variable name fixes
12 years ago
Carsten Brandt
88c74e99c3
variable name fix in docs of Markdown helper
...
f2258e760f (commitcomment-3165819)
12 years ago
Carsten Brandt
69cad905dd
Refactoring Console commands
...
added method wrappers in console/Controller
issue #33
12 years ago
Carsten Brandt
6faf8344a9
Spaces -> Tabs
12 years ago
Alexander Makarov
92ec41cc7b
Moved Composer vendor dir into framework
12 years ago
Alexander Makarov
f2258e760f
Added Purifier and Markdown helpers, added composer.lock
12 years ago
Alexander Kochetov
48d04fbb8c
!== array() => !empty()
12 years ago
Alexander Kochetov
d7df7053e0
=== array() => empty()
12 years ago
Antonio Ramirez
e1c788233a
fixed typo
12 years ago
Qiang Xue
dd5969147d
move JsExpression to web.
12 years ago
Antonio Ramirez
a20bd45645
Fixed formatting
12 years ago
Antonio Ramirez
ba0032b1cd
proposed refactor of ConsoleColor
12 years ago
Qiang Xue
0766fbccb5
Fixes issue #128 .
12 years ago
Zander Baldwin
4be9e195c2
Add Newlines
...
Appended newlines to every PHP document that did not have a newline as the last character in the file.
12 years ago
Rinat Silnov
47c643fbff
Call static::dumpAsString in VarDumper::dump
...
This way we can extend VarDumper::dumpAsString
12 years ago
Vladimir Vyachin
7f5cbce69c
fix SecurityHelper description
12 years ago
Taufan Aditya
cfc958201f
Remove reference to php 5.4-only constants in arrayhelper
12 years ago
Taufan Aditya
dc73c916fc
Fix unsupported flag in php 5.3.x environment [ArrayHelper::multisort]
12 years ago
Qiang Xue
6e779e02d6
Fixed issue #7 : ArrayHelper::multisort is not compatible with PHP 5.3
12 years ago
Rinat Silnov
1a317ebe31
Fixed VarDumper::dump for objects
...
Otherwise it throws an exception that "Object of class ClassName
could not be converted to string"
12 years ago
ekerazha
14781584f9
Use a string for the mode too
...
The cipher is already specified as string
12 years ago
ekerazha
88bfce96d4
Use AES-192 for encryption
12 years ago
Qiang Xue
2bdfc27692
Fixes for issue #78 .
12 years ago
Qiang Xue
0454d03177
Fixed test break.
12 years ago
Qiang Xue
147b3155c8
Added contact page. Fixed various form bugs.
12 years ago
Qiang Xue
9100217229
Finished ActiveForm.
12 years ago
Qiang Xue
53a7b82672
Renamed JsonExpression to JsExpression.
12 years ago
Qiang Xue
5fd27b7cbb
Added Json and JsonExpression.
12 years ago
Qiang Xue
f5f3d2e48e
Added bootstrap. form WIP
12 years ago
Qiang Xue
69b2b3722b
form wip
12 years ago
Qiang Xue
a4b7d493b0
Removed the $value parameter from radio and checkbox.
12 years ago
Qiang Xue
399a53cfc4
activeform wip
12 years ago
Qiang Xue
784bdb326e
refactoring activeform.
12 years ago
Qiang Xue
989b8fa5bf
Added CSRF support.
12 years ago
Qiang Xue
7dd1f884c4
Added support for rest to Html.
12 years ago
Qiang Xue
fadb528f2e
script WIP
12 years ago
Qiang Xue
a3d058574e
refactored FileHelper::copyDirectory()
12 years ago
Qiang Xue
8f9cfa2c30
draft of script/asset management is done.
12 years ago
Qiang Xue
5b412b8f84
script WIP
12 years ago
Alexander Makarov
9f2b44fc21
phpdoc
12 years ago
Alexander Makarov
8f7757a25c
conditions cleanup
12 years ago
Qiang Xue
9183e83753
restructured helper classes
12 years ago
Qiang Xue
cd1b3d321a
refactored url creation shortcut method.
12 years ago
Qiang Xue
392b293d33
FragmentCache WIP
12 years ago
Qiang Xue
884977a724
renamed util to helpers.
12 years ago