|
|
|
|
|
by ars
6388 days ago
|
|
Personally I would forget the framework - you don't need it. Any sufficiently advanced framework is indistinguishable from php. OK, maybe not exactly, but many of them suffer from second system syndrome where they try to re-implement everything php offers. Just use php directly. |
|
Using a framework really helps you maintain some consistency throughout your code. If you don't like what other people have made, build your own.