Laravel 3 : Looking for explanation how to use the model

前端 未结 2 456
再見小時候
再見小時候 2020-11-30 14:44

I\'m new at MVC and my first framework is Laravel (3 for now). I\'ve started coding exclusively in the routes, and I moved to the controller. I\'m however doing all of my da

2条回答
  •  执笔经年
    2020-11-30 15:26

    Although this link is for Laravel 4 docs, it may help you understand how the models work - (Laravel 3 also uses Eloquent):

    http://laravel.com/docs/eloquent

    Also, specific to laravel 3:

    http://codehappy.daylerees.com/eloquent-orm

提交回复
热议问题