Backslash is the php namespace separator. OCP is the public namespace for ownCloud - some day this will be the public API, which app developers are allowed to us. OC is the private namespace.
Thomas -- Thomas Müller E-Mail: [email protected] Am Donnerstag, dem 24.05.2012 um 13:38 schrieb Dennis Kuypers: > Can someone please explain why there are so many ocurrences of class names > with backlslashes ("P\") in it? > > For example in /apps/external/ajax/setsites.php: > line 10: OCP\User::checkAdminUser(); > line 22: OCP\Config::setAppValue('external', 'sites', json_encode($sites)); > > I can find 166 ocurrences of "OCP\CONFIG" in the current version downloaded > from oc.org (downloaded 22.05.2012) > > (This forum post brought me to this subject: > http://forum.owncloud.org/viewtopic.php?f=3&t=2573 ) _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
