Recent Posts

Wednesday, June 29, 2011

CakePHP: Auto populating foreign key dropdown fields

I wasted so much time figuring out to populate the drop down from foreign classes in cake PHP and wished it would be best if someone could have written from beginning to end to help the beginners of Cake like me.

Finally i figured it out and you guys can benefit from it.

I have two tables articles and users, user write articles so there is one to many relationship. I need user drop down in articles forms to say who is this user writing the article.

User table has
id
Name

Article table has
id
Title
user_id

So my Article Model will look like below:


My user model will look like below:


My Article Controller will look like below


The Add view will look like below:


Similarly Edit View will look like below


Hope this will help kick start your Cake Php learning ... enjoy coding


Read more!

Wednesday, June 22, 2011

OO database connection class in PHP

I got good OO database connectivity class for PHP tutorial in the following site:


Enjoy guys


Read more!

Wednesday, June 15, 2011

Blogger Tips And Tricks|Latest Tips For Bloggers: How To Add Google +1(plus) Button With Blogger Sha...

Blogger Tips And Tricks|Latest Tips For Bloggers: How To Add Google +1(plus) Button With Blogger Sha...: "This quick and easy tutorial will explain how to enable Google +1 Button with Blogger Share Buttons. If you are already using Blogger share ..."


Read more!