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 ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
useTableattribute: docs here