In CF Server, you can create .cfc, which are coldfusion components.
They are basically preloaded user-defined functions that get compiled when the server boots up.
I'm googling around, I'm not struggling to find where PHP offers similar.
Do I just need to make a .php document which a bunch of functions, and simply include the file at the top of my documents that will need to use these functions?
They are basically preloaded user-defined functions that get compiled when the server boots up.
I'm googling around, I'm not struggling to find where PHP offers similar.
Do I just need to make a .php document which a bunch of functions, and simply include the file at the top of my documents that will need to use these functions?