RE: Cron jobs 04-26-2017, 06:31 AM
#11
(04-26-2017, 06:15 AM)Inori Wrote:(04-26-2017, 06:00 AM)mothered Wrote: On a different scale, I was once trying to add a column with two separate words to my table (MySQL) and completely forgot the "backticks", so the format was (for example):
but should have been:Code:PC Parts
Code:`PC Parts`
That's why I use CamelCase for tables and columns; the less syntax I need to remember, the more I can focus on actually building my queries.
Hmm, many people disagree if it's CamelCase or if it's camelCase. Recently, I started using the camelCase style in my code instead of CamelCase style. (got this from java)










![[+]](https://sinister.li/images/modern/collapse_collapsed.png)







