Message-ID: <1287012781.4238.1485861912200.JavaMail.confluence@ip-10-127-227-164> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_4237_2073494300.1485861912200" ------=_Part_4237_2073494300.1485861912200 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html
eZ Publish 5.x is a "Dual kernel" software. This means it contai= ns both a legacy kernel (effectively a "4.y" version) aka= "Legacy Stack", and a new 5.x kernel, aka "Symfony Stack" (becaus= e it uses Symfony2 Fullstack framework).
For documentation on the legacy kernel, please go to doc.ez.no w= here you'll find documentation on everything from it's GUIs, official exten= sions to template coding ( 5.x doc: User ma= nual & Technical manual ). If y= ou are looking for documentation on how to develop extensions for legacy in= php, then also see relevant material on share.ez.no ( Tutor= ials, Blogs ).
The new 5.x kernel is built using an HMVC model. It currently consists o= f Public API (Model), Symfony2 Fullstack Framework (Hierarchical = View Controller) with Twig (template engine) enhanced with eZ Publish = concepts (Core Bundle). On top of these you'll find REST v2 API, Demo = Bundle and a Legacy Bundle allowing some integration between the two kernel= s.
For documentation on Symfony2 go to symfon= y.com (for Twig see here)&n= bsp;and for the eZ Publish parts of 5.x kernel continue reading in this sec= tion of our new wiki documentation area.