 《Slides Dev Web》02. Introduction aux frameworks PHP
ré-écriture des URL, …) • Object Relational Mapping5 – Active Record, Table Data Gateway, Data Mapper, … • UI Patterns6 MVC for webdev Conventions • Nommage – Classes – Base de données – Fichiers0 码力 | 24 页 | 1.03 MB | 1 年前3 《Slides Dev Web》02. Introduction aux frameworks PHP
ré-écriture des URL, …) • Object Relational Mapping5 – Active Record, Table Data Gateway, Data Mapper, … • UI Patterns6 MVC for webdev Conventions • Nommage – Classes – Base de données – Fichiers0 码力 | 24 页 | 1.03 MB | 1 年前3
 The Laravel Handbook
the class inclues some classes under a “Eloquent” folder. Eloquent is an ORM (object-relational mapper), a tool that basically lets us interact with a database using a (PHP, in this case) class. The0 码力 | 111 页 | 14.25 MB | 1 年前3 The Laravel Handbook
the class inclues some classes under a “Eloquent” folder. Eloquent is an ORM (object-relational mapper), a tool that basically lets us interact with a database using a (PHP, in this case) class. The0 码力 | 111 页 | 14.25 MB | 1 年前3
 Laravel 3.2 Documentation$affected = DB::table('users')->delete(1); ELOQUENT ORM The Basics An ORM is an object-relational mapper, and Laravel has one that you will absolutely love to use. It is named "Eloquent" because it allows0 码力 | 139 页 | 1.13 MB | 1 年前3 Laravel 3.2 Documentation$affected = DB::table('users')->delete(1); ELOQUENT ORM The Basics An ORM is an object-relational mapper, and Laravel has one that you will absolutely love to use. It is named "Eloquent" because it allows0 码力 | 139 页 | 1.13 MB | 1 年前3
共 3 条
- 1













