Overriding static members in derived classes in PHP

前端 未结 3 1205
Happy的楠姐
Happy的楠姐 2021-01-11 17:44


        
3条回答
  •  攒了一身酷
    2021-01-11 18:04

    The best way to solve this is to upgrade to PHP 5.3, where late static bindings are available. If that's not an option, you'll unfortunately have to redesign your class.

提交回复
热议问题