blog question

2011-07-06 Thread Magician
Hi. I am trying to create a blog with cakephp and on the screen where the user enters their post, selects their user name, etc., I would like there to be a list down add the bottom of the screen that lists the tag(s) a user can stick to their blog post. How would I accomplish this? -- Our newes

How to get something to show onscreen

2011-06-27 Thread Magician
Hi. I am new to cake php and am in the middle of making a blog. Right now, I am stuck on a section. I have created two tables. One for my posts and the other for tags for said posts. The model and controller files are as follows: POSTS: -model: -controller: TAGS: -model: -controlle

Missing Controller

2011-06-13 Thread Magician
Hi. This is the newbie programmer again. I am need of some help. I am currently working on a Cakephp page and have created the necessary MVCs. However, when I load my main page (in this case localhost/Cake) I get two error messages which are as follows: Error: CakeController could not be found

Mod_rewrite

2011-06-13 Thread Magician
I am struggling a bit with my first cakephp program. I have made the model, the controller, and the view for this program. I also gave them their correct names and put them in their respected folders. However, when I try to access the controller for this program in my web browser, it states that t

Cake PHP error message

2011-06-08 Thread Magician
Hello everyone, I am trying to write a cake php application and currently am having a problem with the controller for it. The code is as follows: It is saved in the controllers folder as items_controller.php. I tried accessing it directly at http://localhost/Cake/app/controllers/items_contro

.ctp files

2011-05-30 Thread Magician
and not the proper output. Does anyone know how to remedy this situation? exact tutorial page: http://book.cakephp.org/view/1536/Creating-Post-Views Thanks! Magician -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site

Help with cakephp code

2011-05-26 Thread Magician
I am currently learning cakephp for the very first time ever by reading a book called "Beginning CakePHP: From Novice to Professional" by David Golding. I am in the beginning chapters where it shows how to create a to-do list CakePHP application. He recommends first creating a model and saving i