budde377 / Part

Framework for developing websites written in PHP/Dart.
MIT License
2 stars 0 forks source link

Twig proper compilation #27

Closed budde377 closed 9 years ago

budde377 commented 9 years ago

Right now we are not compiling the page right. Which gives errors when the page content changes and the instance is preserved (caching). We should find a way to add the PageElementFactory to twig and then compile it properly. This is very important since the elements wont be initialized properly and the content will not be updated!


Imported from Bitbucket Originally reported by: Christian Budde Christensen (2013-10-25T16:48:38.994)

budde377 commented 9 years ago

This is a problem both with PageElement, PageContent and SiteContent. This is fairly easy to test for.


Original comment by: Christian Budde Christensen (2013-10-25 14:49:57+00:00)

budde377 commented 9 years ago

Updated PageElement interface to and implemented better templates with twig. Closes #27

→ <>


Original comment by: Christian Budde Christensen (2013-10-28 12:05:56+00:00)