Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
ApplicationDirectory namespacing
Browse files Browse the repository at this point in the history
- Only output one backslash; does not affect XML parsing, but ensures that no
  duplicate escapes are created when generating classes
  • Loading branch information
weierophinney committed Jul 30, 2010
1 parent 2169bd3 commit 1def22b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@ class ApplicationDirectory

protected $_filesystemName = 'application';

protected $_classNamePrefix = 'Application\\\\';
protected $_classNamePrefix = 'Application\\';

public function init()
{
Expand Down

0 comments on commit 1def22b

Please sign in to comment.