Git Product home page Git Product logo

Comments (3)

wandbferreira avatar wandbferreira commented on July 28, 2024

Page/Page.php : entity
Page/PageOrm.php
Page/Pages/AboutUs
Page/Pages/Contact
Page/head.php
Page/body.php

from winphp.

wandbferreira avatar wandbferreira commented on July 28, 2024

Zoo/
Zoo/Plant.php
Zoo/Plants/Tree.php
Zoo/Plants/Flour.php
Zoo/Plant/Sheet.php
Zoo/Plant/Root.php
Zoo/Animal
Zoo/Animal/Hand.php
Zoo/Animal/Hand/WhiteHand.php
Zoo/Animal/Hand/Finger.php
Zoo/Animal/Hand/Fingers/LittleFinger.php
Zoo/Animal/Foot.php
Zoo/Animal/Head.php
Zoo/Animal.php
Zoo/Animal/Actions/Sound.php
Zoo/Animals/Human.php
Zoo/Animals/Cat.php
Zoo/Animals/Dog.php
Zoo/Animals/Dog/Races/Labrador.php
Zoo/Animals/Monkey.php
Zoo/Animals/Monkey/Races/Gorila.php
Zoo/Animals/Monkey/Races/Chipanzee.php
Zoo/User.php
Zoo/User/Phone.php
Zoo/Users/Visitant.php
Zoo/Users/Employee.php
Zoo/Animal/Traits/Sound.php
Zoo/Animal/Traits/SounderInterface.php
Zoo/Animal/Traits/Sounds/TalkTrait.php
Zoo/Animal/Traits/Sounds/MiauTrait.php
Zoo/Animal/Traits/Sounds/AuTrait.php
Zoo/Animal/Traits/Sounds/NoSoundTrait.php
Zoo/Animal/Actions/Fly.php
Zoo/Animal/Actions/Fly/FlyerInterface.php
Zoo/Animal/Actions/Flies/
Zoo/Animal/Actions/Flies/DefaultFly.php
Zoo/Animal/Actions/Flies/SuperFly.php
Zoo/Animal/Actions/Flies/NoFly.php

from winphp.

wandbferreira avatar wandbferreira commented on July 28, 2024

[VARIABLE_NAME_IN_PLURAL] = array of instances

[NAMESPACE_IN_SINGULAR] = Related classes

[NAMESPACE_IN_PLURAL] = subclasses


Plural:

  • $cars (array of Car object);
  • data/uploads/cars/ (directory of files for many cars)

Singular:

  • Vehicle.php (entity)
  • Vehicle/Weel.php (entitity part)
  • Vehicles/Car.php (subclass entitity)
  • Vehicles/Cars/ProfessionalCar.php (subclass entitity)
  • Vehicles/Cars/Bus.php (subclass entitity)
  • VehicleInterface.php (contract)

from winphp.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.