Easy to use/learn PHP framework?
Posted
by
Meredith
on Stack Overflow
See other posts from Stack Overflow
or by Meredith
Published on 2010-12-29T03:01:37Z
Indexed on
2010/12/29
11:54 UTC
Read the original article
Hit count: 240
I need to build a php app, and I was thinking about using a framework (never used one before). I've been browsing around some but most of them seems kinda complicated, I really liked what I saw about Symfony, but it looks like I will have to spend like a month until I really understand how to use it, and in one month I could code the app I have in mind 5 times without a framework. But I want to use one to "standardize" my code and prevent bugs.
So I was wondering if someone could share with me which php frameworks you think are easier to learn how to use.
My application will use mysql, and it will have some sort of "search engine" to search data that will be populated on the database using a few "scraper scripts" (that I also wants to code using the framework).
© Stack Overflow or respective owner