issues
search
2amigos
/
yiifoundation
Yii extension library for the ZURB Foundation Framework
BSD 3-Clause "New" or "Revised" License
22
stars
8
forks
source link
yiifoundation Alert and ArrayHelper helper
#7
Closed
castea-webdev
closed
10 years ago
castea-webdev
commented
10 years ago
a typo on alert helper. (Arrayhelper => ArrayHelper)
$to arg of copy method of ArrayHelper helper should be passed by reference
$from arg of move method of ArrayHelper helper should be passed by reference
the logic of move method of ArrayHelper helper would be better to changed as shown below.
amigo-tabin
commented
10 years ago
Thanks!