3

#question
I've got some juniors at my college to who I'm mentoring a website project. Thing is i want them to learn stuff from scratch but it will take so much time while if they use a framework it'll save them and me time but they'll not actually understand what's happening internally. Any suggestions on how to move ahead? Language is php db mysql.

Comments
  • 0
    You could use Yii, and make they create the controllers from ground up. I've been working with it since 3 months ago and it's really easy to grasp and understand what's going on
  • 1
    @apex I'll check it out.
  • 1
    @rjcrystal Also there's a book called Yii2 for beginners, it's short and simple. It could come handy
  • 1
    it would be better if you ask then to do some comparitive analysis of existing technologies and frameworks available. then ask them to decided on what to use for the project. that would be better learning for they would know what to use when.
  • 1
    my opinion is to always learn from scratch. speed will come with practice after they understand exactly what is going on.
  • 1
    @tpalmerstudios worked/works for me
Add Comment