Posts by Bruno Santana Fernandes • 11 points
1 post
-
1
votes0
answers29
viewsQ: Notification of system being duplicated
function Notifier() { switch (Url::getURL(2)) { case 'notifier': $render = 'dashboard/Notifier/notifier'; $model = 'notifier/Notifier'; break; case 'inbox': $render = 'dashboard/Notifier/inbox';…