Posts marked with “twig”

The Workshop: Twig, Bulma, and CodeIgniter 4

by · July 1, 2020

0
 

Last month, we covered getting started with a brand new CodeIgniter 4 project and explored the framework. We explained installation, routing, controllers, and built some models and migration to exercise the basics of working with a database. This month we’re focusing on the frontend of our CodeIgniter 4 example project by implementing a PHP template […]

 

Frontend Fundamentals and Chris Hartjes

by · April 25, 2019

0
 

Eric, John, and Oscar record together again to discuss the April 2019 issue on the new frontend fundamentals, php[tek], and quite a lot more about web browsers than anyone anticipated.

 

The New Frontend Fundamentals

by · April 3, 2019

0
 

Eventually, we expose the services offered by the PHP-powered APIs we build to users. Unlike a decade ago when we could count potential client applications on one hand, today the potential client can be anything. But for most people-facing applications, it still means HTML output with images and CSS. In this issue, we have articles to help keep your CSS know-how up to date, your twig components re-usable, and your dynamic front-end code quick.

 

Taming Twig—Crafting High-Quality DRY Templates

by ·

0
 

We spend a great deal of time organizing our code, but our frontend templates don’t always receive the same care and attention. Using the approach outlined in this article, we can build a library of reusable components that make templating easy, more efficient, and fun!

 

php[architect] Magazine September 2013 – Tools of the Trade

by · September 19, 2013

0
 

September’s issue of php[architect] focuses on the tools of the trade in development. Ranging from Symfony on the cloud to Mercurial to turbo-charging your logs and finishing with templating engines, we’ve got you covered. Features: Stefan Koopmanschap Shows us how to “Build Your Own WeTransfer-clone in the Cloud” using Symfony, Composer, MopaBootstrapBundle and the HPCloud library. Jeremy Cook describes how […]