Как отменить или очистить глобальную переменную в рекурсивной функции php YII2?
#php #mysql #yii2 #php #mysql #yii2 Вопрос: На моем контроллере class BalanceSheetController extends Controller { public $dataProvider=array(); //Global for The recursuive function public function recursive_select_transactions($ledger,$array_){ $Current_ledger = AccountGroup::find()->where(['like','slug',$ledger])->one()->id; $get_childs =…