NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Support for APC-constants / Code Explorer


Joined: 31 Aug 2005
Posts: 44
Location: Bamberg, Germany
Reply with quote
we use apc for our current project. I really would appreciate support for apc-style constant definition, especially for the code explorer.

Code:
$constants = array(
    'ERROR_NONE'               =>    1,
    'ERROR_EXCEPTION'          =>    2,
    'ERROR_SESSIONOUT'         =>    3,
    'ERROR_KEINE_BERECHTIGUNG' =>    9,
    'ERROR_PLATZ_BELEGT'       =>   99,
    'GEB_ART_WOHN'             =>    1,
    'GEB_ART_PROD'             =>    2,
    'GEB_ART_KAUF'             =>    3,
    'GEB_ART_KULTUR'           =>    4
);
apc_define_constants('kc_const', $constants);


It would be great if ERROR_NONE etcpp would be available in code explorer instead of $constants. and btw: I would really appreciate if code explorer could remember which folders are closed when changing any setting. Or, even better: If I could hide folders and files from code explorer (but show them in the workspace)

m*
View user's profileFind all posts by MarcusSchwarzSend private messageVisit poster's websiteICQ Number
Support for APC-constants / Code Explorer
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic