ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
2026-09-12 21:54:06
Editing: User.php
Cancel
Save Changes
<?php /** * User menu at top of member controller * @package Am_Utils */ class Am_Navigation_User extends Zend_Navigation { function addDefaultPages() { $this->addPage(array( 'id' => 'member', 'controller' => 'member', 'label' => ___('Main Page'), 'order' => 0 )); $this->addPage(array( 'id' => 'add-renew', 'controller' => 'signup', 'action' => 'index', 'label' => ___('Add/Renew Subscription'), 'order' => 100, )); $this->addPage(array( 'id' => 'payment-history', 'controller' => 'member', 'action' => 'payment-history', 'label' => ___('Payments History'), 'order' => 200, )); $this->addPage(array( 'id' => 'profile', 'controller' => 'profile', 'label' => ___('Edit Profile'), 'order' => 300, )); try { $user = Am_Di::getInstance()->user; } catch (Am_Exception_Db_NotFound $e) { $user = null; } Am_Di::getInstance()->hook->call(Am_Event::USER_MENU, array( 'menu' => $this, 'user' => $user)); /// workaround against using the current route for generating urls foreach (new RecursiveIteratorIterator($this, RecursiveIteratorIterator::SELF_FIRST) as $child) if ($child instanceof Zend_Navigation_Page_Mvc && $child->getRoute()===null) $child->setRoute('default'); } }
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete