Advertisement
Guest User

php array test for developer

a guest
Apr 27th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.36 KB | None | 0 0
  1. private static $tools_data = array (
  2.         'new_user' => array (
  3.             'title' => 'Create a new user account',
  4.             'href' => '/tools/new_user',
  5.             'display_title' => 'new user account',
  6.             'description' => 'Create a new user account',
  7.             'helper_text' => '',
  8.             'helper_text_description' => '',
  9.             'helper_text_popup_href' => array(),
  10.             'section' => 'Account Management',
  11.         ),
  12.         'new_multiple_user' => array (
  13.             'title' => 'Create multiple user accounts',
  14.             'href' => '/tools/new_users',
  15.             'display_title' => 'create multiple user accounts',
  16.             'description' => 'Create a batch of accounts from a file',
  17.             'helper_text' => '',
  18.             'helper_text_description' => '',
  19.             'helper_text_popup_href' => array(),
  20.             'section' => 'Account Management',
  21.         ),
  22.         'manage_domain' => array (
  23.             'title' => 'View / edit your domain information',
  24.             'href' => '/tools/managedomain',
  25.             'display_title' => 'manage domain',
  26.             'description' => 'View / edit your domain information',
  27.             'helper_text' => '',
  28.             'helper_text_description' => '',
  29.             'helper_text_popup_href' => array(),
  30.             'section' => 'Account Management',
  31.         ),
  32.     );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement