ColdFusion

So recently, I decided to include ColdFusion in my Linux setup. I was going to just run Tomcat and install CF that way, but well I decided against that route and installed ColdFusion 9 using the regular methods. It’s been running quite smoothly if I do say so myself.

I of course don’t have the installation instructions anymore. Oops. I suppose I could Google for them again and make a copy or something. But well if my server ever crashes and I have to start all over again, yeah I’ll worry aobut it then. FOr now, not so much.

So here’s my current setup:

  • MySQL
  • PHP
  • Perl
  • ColdFusion 9

Yeah something like that. Not too bad if I do say so myself. Of course what else would I say about it? You know I wouldn’t ever say anything bad about my own server setup. Well unless I already have, if that’s the case. Oops. Disregard that blog post.

So yep, I think I’ll have some fun with all of that for sure.

Database Class

Been thinking of creating my own Database Class. Either PHP class or maybe a ColdFusion component… perhaps both.

I imagine it would be something simple, something that takes arguments of the query built as strings.

For CF, not sure how I would do a <,cfqueryparam>> on parameters send into the function, if the function accepts a string. So something to think about with that for sure.

Not sure what I’ll do with said class file(s) but yeah you just never know what it will bring.