I\'m working on an ASP.NET web application with .NET 3.5 and have run into the following problem: I\'m working with a class under the namespace X.Web.Controls.Core which references the class Utils in
EDIT: Additional questions: do I have to add the \'.php\' at the end of new NAMSPACE_CLASSNAME Can I access any Zend package inside my controller / model, for
From what I understand, the global:: qualifier allows you to access a namespace that has been hidden by another with the same name. The MSDN page uses System as an example. If you create your own name
This might be duplicate since my question seems so trivial, but I haven\'t been able to find the answer here on stackoverflow.com.