Symfony MarkDown
Posted
by Rui Gonçalves
on Stack Overflow
See other posts from Stack Overflow
or by Rui Gonçalves
Published on 2010-05-09T21:39:47Z
Indexed on
2010/05/10
7:04 UTC
Read the original article
Hit count: 456
Hi there!
I'm trying to add some MarkDown capabilities to my symfony project (symfony version 1.3.3). To accomplish that, I had already included the MarkDown library into lib/vendor directory. Also, I added the need configuration in the autoload.yml for the previous library. However, I'm getting a fatal PHP error: Call to undefined function Markdown().
How can I resolve this problem?
Thanks in advance for all the help, Best regards!
© Stack Overflow or respective owner