Skip to main content
December 15, 2008
Question

Any Books on OOP With ColdFusion?

  • December 15, 2008
  • 2 replies
  • 338 views
Hi,

I REALLY want to start building apps in an Object Orientated way. Sure, my apps work fine and do the job, but it's a personal goal to become better at what I do.

I have searched for OOP tutorials online and the only decent one I found was the "I know Kung-foo" which is great, but I really want to sit down with a book the old fashioned way, or at least find a resource that could cater for most of my OOP learning curve needs.

Does anyone know where I can get one on OOP (if they even exist) or if there are any books with substantial chapters on the subject?

You see, it's hard for me to figure this stuff out because I haven't come from any other programming background, CF is my first language!

Many thanks,
Mikey.
    This topic has been closed for replies.

    2 replies

    jbird5k
    Inspiring
    December 18, 2008
    easy cfm has a series of 7short tutorials on CFC's & OOP. They are a good starting point. Here is the link to the first in the series.

    http://tutorial285.easycfm.com/

    enjoy!
    Inspiring
    December 16, 2008
    Hi Mikey,

    I would recommand Hal Helms Discovering CFCs: ColdFusion MX Components.. Really its worth reading..

    Also go through his "Are you OO ready?" quiz,

    http://www.halhelms.com/blog/index.cfm?mode=entry&entry=3B68FB3F-FF20-683A-FD4F3E9774A40949

    Above all try to learn a object oriented framework like Mach-II once you gained some basic CF-OO knowledge...

    HTH