Learning CFML

Hi,
I’ve managed to install Lucee on my development platform and am hoping to learn CFML in more depth. I have used CFML at a basic level (in a procedural sense) and would like to learn more about Object Oriented Programming and CFML. I have experience with HTML, CSS, SQL and some PHP but I find most of my solutions by hacking code together. Would anyone be able to point me in the right direction? I would like to be tidier in my solutions and coding!
Regards,
Paul

1 Like

Here are some resources on modern CFML:

1 Like

Thanks again!

Also

https://www.amazon.co.uk/Object-Oriented-Programming-ColdFusion-Matt-Gifford-ebook/dp/B0057N4B4G/ref=nodl_

Mark Drew

1 Like

There’s two parts to the problem:

  • learning and improving general programming principles, and;
  • understanding how lucee as a programming environment implements them

Anything that teaches good programming will be helpful. Then you have the vocabulary to look up Lucee references that apply to those techniques.

In addition to the great references given already I’d add:

A project on working specifically with lucee
https://rorylaitila.gitbooks.io/lucee/content/
@Rory_Laitila

Ben’s blog is full of goodness

@bennadel

The Lucee documentation project

c/o @Zackster

1 Like

Thanks Mark

Thanks!