filmov
tv
Using Classes from a Namespace | Object-Oriented PHP | Section-1 | Part-9

Показать описание
In part eight, we had a brush on the conceptual side of using namespaces but in this of object-oriented PHP, we shall move towards a practical implementation. First, this video will show us about the creation of another new namespace in a different script. Next, we will move to shortening then long name and by that, we will have an overview of the format used to address classes stored inside another namespace. Once a class from a different namespace has been called, we will then look at the ways use the properties and methods from the Posts namespace.