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
  1. a typo on alert helper. (Arrayhelper => ArrayHelper)
  2. $to arg of copy method of ArrayHelper helper should be passed by reference
  3. $from arg of move method of ArrayHelper helper should be passed by reference
  4. the logic of move method of ArrayHelper helper would be better to changed as shown below.
amigo-tabin commented 10 years ago

Thanks!