0
I’m creating a platform for managing business proposals.
On the index (no session), I would like to print the news of the company’s blog. I am using Zend Framework V.3, and I would like to know a relatively simple way of achieving the goal I envisioned for Index.
I started working with Zend a few months ago and I’m still not aware of the modules that might exist to solve this idea.
I don’t know how to answer because PHP is not my specialty... but I thought of something now that might help. The company’s blog has an RSS feed?
– Oralista de Sistemas
Thanks for your help :) Yes, it has.
– Bruno Monteiro
So maybe this will help. You can consume RSS with Zend. So you have blog posts as objects in your PHP code, and can render on your page as you want.
– Oralista de Sistemas
Thanks :) This is exactly what I was looking for !
– Bruno Monteiro
I turned it into a response.
– Oralista de Sistemas