Re: [PHP] Namespaced code with SabreDAV

2011-10-07 Thread Richard Quadling
On 6 October 2011 15:37, Andrew Mason wrote: > Hello all, > I am trying to use the wonderful SabreDAV library to create a webdav > share. I have a demo up and running however the framework / class i'm > using is namespaced, and SabreDAV unfortunately does not have a 5.3 > style namespace declarati

Re: [PHP] Namespaced code with SabreDAV

2011-10-06 Thread Tommy Pham
On Thu, Oct 6, 2011 at 1:45 PM, Tommy Pham wrote: > On Thu, Oct 6, 2011 at 7:37 AM, Andrew Mason wrote: > >> Hello all, >> I am trying to use the wonderful SabreDAV library to create a webdav >> share. I have a demo up and running however the framework / class i'm >> using is namespaced, and Sab

Re: [PHP] Namespaced code with SabreDAV

2011-10-06 Thread Tommy Pham
On Thu, Oct 6, 2011 at 7:37 AM, Andrew Mason wrote: > Hello all, > I am trying to use the wonderful SabreDAV library to create a webdav > share. I have a demo up and running however the framework / class i'm > using is namespaced, and SabreDAV unfortunately does not have a 5.3 > style namespace d

[PHP] Namespaced code with SabreDAV

2011-10-06 Thread Andrew Mason
Hello all, I am trying to use the wonderful SabreDAV library to create a webdav share. I have a demo up and running however the framework / class i'm using is namespaced, and SabreDAV unfortunately does not have a 5.3 style namespace declaration. I have an spl_autoload function registered in my ba