Doctrine (PHP)

Doctrine
Stable release
2.11.2
Repository
Written inPHP
Operating systemCross-platform
TypeObject–relational mapping framework
LicenseMIT
Websitewww.doctrine-project.org Edit this at Wikidata

The Doctrine Project (or Doctrine) is a set of PHP libraries primarily focused on providing persistence services and related functionality. Its most commonly known[according to whom?] projects are the object–relational mapper (ORM) and the database abstraction layer it is built on top of.

One of Doctrine's key features is the option to write database queries in Doctrine Query Language (DQL), an object-oriented dialect of SQL.

Developers of two major PHP frameworks, Symfony and Laminas have official out-of-the-box support for Doctrine, while 3rd party Doctrine packages are available for Laravel, CodeIgniter and others.

Usage demonstration

Entities in Doctrine 2 are lightweight PHP Objects that contain persistable properties. A persistable property is an instance variable of the entity that is saved into and retrieved from the database by Doctrine's data mapping capabilities via the Entity Manager - an implementation of the data mapper pattern:

 $user = new User();
 $user->name = "john2";
 $user->password = "doe";

 //$entityManager is an instance of Doctrine\ORM\EntityManagerInterface, usually obtained through dependency injection
 $entityManager->persist($user);
 $entityManager->flush();

 echo "The user with id $user->id has been saved.";

Doctrine 1.x follows the active record pattern for working with data, where a class corresponds with a database table. For instance, if a programmer wanted to create a new "User" object in a database, they would no longer need to write SQL queries, but instead could use the following PHP code:

 $user = new User();
 $user->name = "john";
 $user->password = "doe";
 $user->save();
 echo "The user with id $user->id has been saved.";

Features

Overview of Doctrine

One feature of Doctrine is the low level of configuration that is needed to start a project. Doctrine can generate object classes from an existing database, and the programmer can then specify relations and add custom functionality to the generated classes. There is no need to generate or maintain complex XML database schemas, as seen in many other frameworks.

Another key feature of Doctrine is the ability to optionally write database queries in an OO (object oriented) SQL dialect called DQL (Doctrine Query Language) inspired by Hibernate's HQL. Alternately, the QueryBuilder class (Doctrine_Query in Doctrine 1.x) allows one to construct queries through a fluent interface. These interfaces provide developers with powerful alternatives to SQL which maintain flexibility and still allow for switching of database back-ends, without requiring any code duplication.

Writing queries explicitly however is not always necessary, as Doctrine performs joins and fetches related objects automatically. Small projects can be easily constructed without writing queries.

Other notable features of Doctrine are:

  • support for hooks (methods which can validate or modify database input and output) and event listeners to structure business-related logic;
  • column aggregation inheritance (similar objects can be stored in one database table, with one type-column specifying the subtype of the particular object - the correct subclass is always returned when a query is done);
  • a caching framework, making use of several backends such as memcached, SQLite or APC;
  • ACID transactions;
  • database migrations;
  • a "compile" function to combine many PHP files of the framework into one, to avoid the performance hit usually incurred by including the many PHP files of a framework.

History

Doctrine was started by Konsta Vesterinen, also known as zYne-. The project's initial commit was made on April 13, 2006. As the project became more mature, the adoption began to pick up. Before long, the community was active and development was receiving regular contributions, among others from the Google Summer of Code project.

Doctrine 1.0.0 was released on September 1, 2008.[1]

The first stable version of Doctrine 2.0 was released on December 22, 2010, after 2.5 years of dedicated development starting in early 2008.[2]

Influences

Doctrine has been influenced by dozens of projects and many different people. The largest influences have been the Java ORM solution Hibernate and the ActiveRecord architecture used in Ruby on Rails. The purpose of the Doctrine project is to build an equally powerful solution for the PHP language for high-load websites that have to maintain a constant flow of visitors. Doctrine ORM can be used to improve the performance of such websites.

See also

References

Read other articles:

Artikel ini sebatang kara, artinya tidak ada artikel lain yang memiliki pranala balik ke halaman ini.Bantulah menambah pranala ke artikel ini dari artikel yang berhubungan atau coba peralatan pencari pranala.Tag ini diberikan pada November 2022. Alana ToktarovaInformasi PribadiMewakili negara KazakhstanLahir23 April 2003 (umur 20)Taldykorgan, KazakhstanDaerah asalAlmaty, KazakhstanTinggi160 m (524 ft 11 in)PelatihKuralai UzurovaMantan pelatihBrian OrserErnest PryhitkaEvgeni P…

Vézelay, Gereja dan BukitSitus Warisan Dunia UNESCOGereja biara di VézelayLokasiBurgundy, PrancisKriteriaKebudayaan: i, viNomor identifikasi84Pengukuhan1979 (Sesi ke-3)Luas183 hektarZona pembatas18,373 hektarSitus webwww.basiliquedevezelay.orgKoordinat47°27′59″N 3°44′55″E / 47.46639°N 3.74861°E / 47.46639; 3.74861Koordinat: 47°27′59″N 3°44′55″E / 47.46639°N 3.74861°E / 47.46639; 3.74861Lua error in Modul:Location_map …

Dendrelaphis subocularis Dendrelaphis subocularisdari Phetchaburi, Thailand Status konservasi Data Kurang (IUCN 3.1)[1] Klasifikasi ilmiah Kerajaan: Animalia Filum: Chordata Kelas: Reptilia Ordo: Squamata Subordo: Serpentes Famili: Colubridae Genus: Dendrelaphis Spesies: D. subocularis Nama binomial Dendrelaphis subocularis(Boulenger, 1888)[2]:600 Dendrelaphis subocularis adalah sejenis ular tali yang menyebar luas di Asia Tenggara daratan dan juga Pulau Jawa. Ular ini …

Prima Categoria 1919-1920 Competizione Prima Categoria Sport Calcio Edizione 19ª Organizzatore Comitati Regionali e FIGC Date dal 5 ottobre 1919al 20 giugno 1920 Luogo  Italia Partecipanti 48 (Nord)18 (Centro-Sud)66 (totale) (+10 alle qualificazioni) Formula campionati regionali, semifinali, finali nazionali e finalissima Risultati Vincitore Inter(2º titolo) L'Inter di nuovo vittoriosa, a dieci anni di distanza dal precedente successo, nel primo campionato disputato dopo…

Ilustrasi arus konveksi mantel. Konveksi mantel atau arus konveksi mantel adalah proses sirkulasi arus magma di bawah bumi saat mentransfer panas inti ke litosfer sehingga lapisan-lapisan di kerak bumi mengalami pergerakkan.[1][2] Mantel dipanaskan dari bawah, didinginkan di atas atas, dan suhu keseluruhannya menurun dalam jangka waktu yang lama. Gaya konveksi mantel ini ditimbulkan karena adanya tekanan panas yang diciptakan oleh peluruhan radioaktif pada inti Bumi serta panas y…

Ice rink in Brașov, Romania Brașov Olympic Ice RinkFull namePatinoarul Olimpic BrașovLocationBrașov, RomaniaCoordinates45°39′49″N 25°36′44″E / 45.66361°N 25.61222°E / 45.66361; 25.61222OwnerMunicipality of BrașovCapacity2,000 (1,600 seated)ConstructionBroke groundMay 2008OpenedJanuary 2010Construction cost€9.1 millionTenantsCorona Brașov The Brașov Olympic Ice Rink (Romanian: Patinoarul Olimpic Brașov) is a multi-purpose ice rink in Brașov, Romania.…

Dekan (Kekristenan) beralih ke halaman ini. Untuk istilah di bidang pendidikan, lihat Dekan. Artikel ini bukan mengenai Dekana. Bagian dari seri tentangHukum KanonikGereja Katolik Hukum Mutakhir Kitab Hukum Kanonik 1983 Omnium in mentem Kitab Hukum Kanon Gereja-Gereja Timur Ad tuendam fidem Ex Corde Ecclesiae Indulgentiarum Doctrina Pastor Bonus Pontificalis Domus Universi Dominici Gregis Consuetudo Sejarah Hukum Kitab Hukum Kanonik 1917 Corpus Iuris Canonici Dekretis Regulæ Iuris Decretales Gr…

Eyes Wide OpenAlbum studio karya Sabrina CarpenterDirilis14 April 2015 (2015-04-14)Direkam2013–2015Studio The Guest House (North Hollywood, California) Sleepwalker Studios, Captain Cuts Studios, The Synagogue and SOMD Studios (Los Angeles, California) The Firestation (Los Angeles, California) Gordon Studio DK GenrePopfolk popDurasi40:32LabelHollywoodProduserMitch AllanJerrod BettisDan BookBrian MaloufJim McGormanRobb VallierSteven SolomonCaptain CutsMatthew TishlerJon IngoldsbyJon Lev…

العلاقات الأمريكية الكمبودية الولايات المتحدة كمبوديا   الولايات المتحدة   كمبوديا تعديل مصدري - تعديل   العلاقات الأمريكية الكمبودية هي العلاقات الثنائية التي تجمع بين الولايات المتحدة وكمبوديا.[1][2][3][4][5] مقارنة بين البلدين هذه مقارنة عام…

Le Temps des fleurs Pour les articles homonymes, voir Those Were the Days (homonymie). Cette page contient des caractères spéciaux ou non latins. S’ils s’affichent mal (▯, ?, etc.), consultez la page d’aide Unicode. Dorogoï dlinnoïouThose Were the Days Le temps des fleurs Chanson de Alexandre Vertinski Enregistré 1926 Russie Durée 2:54 Genre Chanson russe, musique tzigane, romance russe (en) Auteur Konstantin Podrevsky (en), Eugene Raskin (en), Eddy Ma…

Синелобый амазон Научная классификация Домен:ЭукариотыЦарство:ЖивотныеПодцарство:ЭуметазоиБез ранга:Двусторонне-симметричныеБез ранга:ВторичноротыеТип:ХордовыеПодтип:ПозвоночныеИнфратип:ЧелюстноротыеНадкласс:ЧетвероногиеКлада:АмниотыКлада:ЗавропсидыКласс:Птиц…

Questa voce o sezione sull'argomento competizioni calcistiche non è ancora formattata secondo gli standard. Contribuisci a migliorarla secondo le convenzioni di Wikipedia. Segui i suggerimenti del progetto di riferimento. 1. divisjon 1991 Competizione 1. divisjon Sport Calcio Edizione 43ª Organizzatore NFF Luogo  Norvegia Partecipanti 24 Cronologia della competizione 1990 1992 Manuale L'edizione 1991 della 1. divisjon vide le vittorie finali di Mjøndalen e HamKam. Indice 1 Classific…

Voce principale: Palermo Football Club. SSC PalermoStagione 1986-1987Sport calcio Squadra Palermo Allenatore Fernando Veneranda Presidente Salvatore Matta CampionatoNon disputato Coppa ItaliaPrimo turno 1985-1986 1987-1988 Si invita a seguire il modello di voce Questa voce raccoglie le informazioni riguardanti la Società Sportiva Calcio Palermo nelle competizioni ufficiali della stagione 1986-1987. La società prese parte soltanto alla Coppa Italia, poiché fu radiata il giorno dopo la dis…

Bagian dari seriGereja Katolik menurut negara Afrika Afrika Selatan Afrika Tengah Aljazair Angola Benin Botswana Burkina Faso Burundi Chad Eritrea Eswatini Etiopia Gabon Gambia Ghana Guinea Guinea-Bissau Guinea Khatulistiwa Jibuti Kamerun Kenya Komoro Lesotho Liberia Libya Madagaskar Malawi Mali Maroko Mauritania Mauritius Mesir Mozambik Namibia Niger Nigeria Pantai Gading Republik Demokratik Kongo Republik Kongo Rwanda Sao Tome dan Principe Senegal Seychelles Sierra Leone Somalia Somaliland Sud…

Daftar keuskupan di Liberia adalah sebuah daftar yang memuat dan menjabarkan pembagian terhadap wilayah administratif Gereja Katolik Roma yang dipimpin oleh seorang uskup ataupun ordinaris di Liberia. Konferensi para uskup Liberia bergabung dalam Konferensi Waligereja Liberia. Saat ini terdapat 3 buah yurisdiksi, di mana 1 merupakan keuskupan agung dan 2 lainnya merupakan keuskupan sufragan. Daftar keuskupan Provinsi Gerejawi Monrovia Keuskupan Agung Monrovia: Lewis Zeigler Keuskupan Cape Palmas…

This article may need to be rewritten to comply with Wikipedia's quality standards. You can help. The talk page may contain suggestions. (September 2013) 2012 video gameSpellForce 2: Faith in DestinyDeveloper(s)Trine GamesPublisher(s)Nordic GamesSeriesSpellForcePlatform(s)Microsoft WindowsReleaseWW: June 19, 2012Genre(s)Real-time strategy, role-playing video gameMode(s)Single-player, multiplayer, online SpellForce 2: Faith in Destiny is the second expansion for SpellForce 2, developed by Indian …

The FishNSW TrainLink V set at CentralOverviewService typePassenger trainCurrent operator(s)NSW TrainLinkRouteTerminiLithgowSydneyDistance travelled156 kilometresService frequencyDaily in each directionLine(s) usedMain WesternTechnicalRolling stockV sets The Fish is the legacy name for the passenger train that operates over the Blue Mountains between Lithgow and Sydney, Australia. As of 2023, the name is unofficial and over the years,[when?] has not formally been used to refer to the Blu…

Italian-American mobster Jimmy FratiannoMugshot of Jimmy FratiannoBornAladena Fratianno(1913-11-14)November 14, 1913Naples, Campania, ItalyDiedJune 29, 1993(1993-06-29) (aged 79)Oklahoma City, Oklahoma, U.S.NationalityItalianOther namesJimmy the WeaselCitizenshipAmericanOccupationCrime bossSpouse Jean Fratianno ​(m. 1975)​AllegianceLos Angeles crime familyConviction(s)Robbery (1937)Attempted extortion (1954)Murder (1977)Criminal penaltySeven years' imprison…

Pour les articles homonymes, voir Maine et Loire (homonymie). Maine-et-Loire Administration Pays France Région Pays de la Loire Création du département 4 mars 1790 Chef-lieu(Préfecture) Angers Sous-préfectures CholetSaumurSegré-en-Anjou Bleu Présidente duconseil départemental Florence Dabin (DVD) Préfet Philippe Chopin[1] Code Insee 49 Code ISO 3166-2 FR-49 Code Eurostat NUTS-3 FR512 Démographie Gentilé Angevins Population 824 743 hab.[Note 1] (2021) Densité 116 hab./k…

French ballet dancer Jean-Baptiste Landé. Jean-Baptiste Landé (died 26 February 1748) was a French ballet dancer, active in Sweden, Denmark and Russia. He is the founder of the Russian Ballet Mariinsky Ballet.[1] Sweden Landé was employed at the Polish royal court in Dresden when he was engaged by King Frederick I of Sweden in 1721. He was appointed dancing master of the Swedish court and in 1723 he became the director of the French Opera-Theatre in Bollhuset in Stockholm, which he na…

Kembali kehalaman sebelumnya