Giter Site home page Giter Site logo

Comments (3)

bahirul avatar bahirul commented on May 25, 2024 1

Thanks @tonydspaniard.

from yii2-app-template.

tonydspaniard avatar tonydspaniard commented on May 25, 2024

@bahirul where the suggestion complies with Yii. That folder is the Business Logic folder and is made like that on purpose. There is where you locate your domain logic and it should be as standalone as possible. We recommend that you do your business logic and processes outside of the Yii architecture, so in case you wish to port your code in the future to something else, it would be as simple as getting that folder and place it somewhere else.

The lowercase standardization only occurs on Yii framework. For the widgets, we decided to continue with lowercase but for things that are big, we stick with ucfirst, and more when the library tends to be big (like our user module). I don't think devs have any issue with that. If somehow, any of our libraries get adopted by Yii and become official, then we will change to their naming conventions.

Nevertheless, you can change that behavior on your code. You can have any namespace, simply change it on the composer file:

"autoload": {
        "psr-4": {
            "App\\": [
                "./src/App"
            ]
        }
    },

And then modify your namespaces. For example, on our codermap.io site, we used the root namespace Cm. That namespace is to get you up and running, is not by any mean that you or anybody should stick with that convention.

from yii2-app-template.

tonydspaniard avatar tonydspaniard commented on May 25, 2024

Thank you @bahirul for your feedback and the interest on this template.

from yii2-app-template.

Related Issues (20)

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.