Code Monkey home page Code Monkey logo

Comments (5)

tonydspaniard avatar tonydspaniard commented on May 27, 2024

I agree Mikhail, we have to modify those attributes that are in use for APasswordStrategy component.

from yiiboilerplate.

mtabin avatar mtabin commented on May 27, 2024

I agree

On Tuesday, September 4, 2012, Mikhail Kuklin wrote:

It isn't good idea to mix camelCase (passwordStrategy) and snake_case
(login_attempts) across one table and even one database. We should rename
it to snake_case and change codebase that using it. Do you agree?


Reply to this email directly or view it on GitHubhttps://github.com//issues/10.

Matt Tabin
Vice President
[email protected]
Office: 347-850-7607
Mobile: 336-681-6114
www.clevertech.biz
Well-built beautifully designed web applications
Launch a minimal viable product in 30-90 days. Our deck: http://goo.gl/eWNsr

http://twitter.com/CleverIsbetter

from yiiboilerplate.

danielbehrendt avatar danielbehrendt commented on May 27, 2024

Why snake_case? I prefer the camelCase way!

from yiiboilerplate.

resurtm avatar resurtm commented on May 27, 2024

@bitmatix, snake_case is prefered to use in table names and in table columns, because it's more portable across different RDBMSes (some of them are case insensitive regarding names).

Guide note ( http://www.yiiframework.com/doc/guide/1.1/en/database.ar ):

Info: In this guide, we use lower case for all table names and column names. This is because different DBMS handle case-sensitivity differently. For example, PostgreSQL treats column names as case-insensitive by default, and we must quote a column in a query condition if the column contains mixed-case letters. Using lower case would help eliminate this problem.

from yiiboilerplate.

danielbehrendt avatar danielbehrendt commented on May 27, 2024

@resurtm thank you for your fast reply and the explanation. I've seen that in the yii docs already but always prefered the camelCase. Maybe it's time for me to change :-)

But I don't like the snake_case anyway...

from yiiboilerplate.

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.