<html>
    <head>
        <title></title>
        <style media="screen" type="text/css">
body {font-family:verdana, arial, helvetica, sans-serif;font-size:12px;padding:5px;margin:0;background-color:#FFF;}
p, ul, li {margin-top:0;margin-bottom:0;}
blockquote {margin-left:5px;}
div.signature {color:#666;font-size:0.9em;}

body {font-family:verdana, arial, helvetica, sans-serif;font-size:12px;padding:5px;margin:0;background-color:#FFF;}
p, ul, li {margin-top:0;margin-bottom:0;}
blockquote {margin-left:5px;}
div.signature {color:#666;font-size:0.9em;}</style>
    </head>
    <body style="margin:0;padding:0">
        Can someone please explain why there are so many ocurrences of class names with backlslashes ("P\") in it?<br /><br />For example in /apps/external/ajax/setsites.php:<br />line 10: OCP\User::checkAdminUser();<br />line 22: OCP\Config::setAppValue('external', 'sites', json_encode($sites));<br /><br />I can find 166 ocurrences of "OCP\CONFIG" in the current version downloaded from oc.org (downloaded 22.05.2012)<br /><br />(This forum post brought me to this subject: <a href="http://forum.owncloud.org/viewtopic.php?f=3&t=2573">http://forum.owncloud.org/viewtopic.php?f=3&t=2573</a> )
    </body>
</html>