method getIdProject documentation in bbn\Appui\I18n

get the id of the project from the id_option of a path

function($id_option, $projects) { foreach($projects as $i => $p){ foreach ($projects[$i]['path'] as $idx => $pa){ if ($projects[$i]['path'][$idx]['id_option'] === $id_option) { return $projects[$i]['id']; } } } }

get the id of the project from the id_option of a path BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.