I have table 'pages' in my database.
I have noticed that cakePHp has a app\views\pages folder
I dont want to use " table prefix " for my database table.
Will I have any issues in furture if I create my own pages model and controller files ?
|
|
I have table 'pages' in my database. I have noticed that cakePHp has a app\views\pages folder I dont want to use " table prefix " for my database table. Will I have any issues in furture if I create my own pages model and controller files ?
|
||
|
|
|
|
In clean CakePHP project |
||
|
|
|
Even though CakePHP makes intelligent guesses about which database table to use for a given model/controller, you can override it for a specific model if you need to so that it doesn't collide with your existing tables by using the |
||
|