Post4VPS Forum | Free VPS Provider
How to do php project using framework - Printable Version

+- Post4VPS Forum | Free VPS Provider (https://post4vps.com)
+-- Forum: Geek World (https://post4vps.com/Forum-Geek-World)
+--- Forum: Scripting & Programming (https://post4vps.com/Forum-Scripting-Programming)
+--- Thread: How to do php project using framework (/Thread-How-to-do-php-project-using-framework)



How to do php project using framework - Jimmie N. Miller - 01-12-2018

Hi ,
     I'm Jimmie
I completed my project in php .I used template .One interviewer asked me about doing project using framework.until that i didn't knew about framework in php.I used template.so can you tell me about frame work and basics .


RE: How to do php project using framework - tiwil - 01-12-2018

So, you want to use framework, eh? There, outside, many tutorials about it, you can look for it. I, myself, use pure PHP coding without a framework, it's better for me.

But, if your company wants you to learn framework, then you should do it.
After what I see, using framework is an easier way to complete, because you only need to write command then the framework do the rest.

Try to watch youtube for learning.


RE: How to do php project using framework - tbelldesignco - 09-20-2020

Like @tiwil said, learn frameworks if you wish, they offer some great benefits, but I personally have found them to be a little cumbersome when trying to build something from scratch. The ergonomic health platform that I am building stared on Laravel until I realized that I was not going to get some of the great functions that I had planned incorporated and I could build my own engine entirely from scratch and could reuse that engine for future projects. There are perks to both methods, but the education you gain from learning the frameworks might be a deciding factor for you.