Java-like Collections in PHP

后端 未结 7 1415
情话喂你
情话喂你 2021-01-04 01:48

I\'m learning PHP5 (last time I checked PHP was in PHP4 days) and I\'m glad to see that PHP5 OO is more Java-alike than the PHP4 one but there\'s still an issue that makes m

7条回答
  •  旧时难觅i
    2021-01-04 02:27

    A nice implementation of collection in php is provided by Varien Lib, this library is part of Magento code with OSL license. ( more info about Magento license and code reuse here.

    Cannot find any source code for the library so the best way is to download magento and then look in /lib/Varien/

提交回复
热议问题