Is it possible to read _blocks or cms generated pages as array?
I am currently in the development stage of a website that uses the GD library and requires information from a text file presently.
I would like to make it so that the program will use a "block" or a "cms generated page" to store the modifiable information and read it upon that particular pages load.
My present situation calls the text file to an array, reads two image files, and returns a generated image as a result.
The program currently works as is, however the ability to use a "_block" preferably would simplify the editing process by the people who would be maintaining the site.
Any information would be appreciated.
Comments