Yeah, I think this is bad advice. One of PHP's drawbacks is that it is such a loose language. If you don't use a framework, you will most likely fall into the trap that many PHP coders fall into, which is being quite lax with your code and consistency.
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.
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.