pho-incubator / pho-server-php

Pho is an open source online community platform.
http://www.phonetworks.org
GNU Affero General Public License v3.0
1 stars 0 forks source link

Folder structure & Naming Problematic #1

Closed esokullu closed 7 years ago

esokullu commented 7 years ago

Don't like the structure: src/app/model/DynamoDB

Same with DynamoDB/User.php — there rest end with ..Model.php why this not?

Standards important

ksolotl commented 7 years ago

why a new subfolder?

It's need because all similar classes should be in one folder.

why PhoORM for just one function (createTableIfNeed, we don’t need that)

fixed.

Same with DynamoDB/User.php — there rest end with ..Model.php why this not?

fixed