blob: 32a4c27465110cd68a83d16b000bda4c8c0e6636 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
// All EasyGiant code is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
// See COPYRIGHT.txt and LICENSE.txt.
if (!defined('EG')) die('Direct access not allowed!');
//Helper class to manage arrays
class Helper_Array extends ArrayExt {
}
|