Cardale Posted November 13, 2007 Share Posted November 13, 2007 I wanted to make a bunch of constants to map my directory, but didn't know how I should do it. So I figured I would post what I had so far and see if anyone else had a better idea. $locate['Core'] = 'core'; $locate['Core']['Database'] = 'database'; $locate['Core']['Language'] = 'language'; $locate['Core']['Error'] = 'error'; $locate['Core']['Template'] = 'template'; Quote Link to comment Share on other sites More sharing options...
Lumio Posted November 13, 2007 Share Posted November 13, 2007 What about dir() Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.