How to safely use reserved SQL names?
问题 I\'m using Cakephp 3 using sqlserver as datasource server. I am sure there\'s no problem with my database connection.. as home.ctp prompts that I am connected to my database.. and I\'m as well using migrations plugin to create my tables.. it seems like there is no problem working with these tools. but after I bake my MVC, I only got page full of errors.. for example $bin\\cake bake all tests there are no errors I found and MVC are in its specific folder, testController.php, testTable, etc.