Posts marked with “CodeIgniter”

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 […]

 

The Workshop: Blasting Off with CodeIgniter 4

by · June 4, 2020

2
 

Fourteen years after its first public release and six years after transitioning ownership from EllisLab to British Columbia Institute of Technology CodeIgniter (CI) has released major version 4. It continues to deliver a framework with a small footprint without having to learn a lot of framework vendor-specific functionality. CodeIgniter has always prided itself on clear, […]

 

Building a REST API from Scratch

by ·

0
 

This tutorial walks you through a basic CRUD API using the Slim framework. The intent is to familiarize yourself with RESTful concepts as well as the benefits of using a micro-framework versus a full-fledged one.

 

Advanced Design & Development

by ·

0
 

PHP adds syntax and slowly adapts to enable new programming techniques. Whether you are comfortable with imperative, object-oriented, or functional programming, the language does make it possible, and new syntax like arrow functions simplify the syntax. This issue looks into asynchronous PHP, new Browser APIs, building REST APIs, callables and closures in PHP, Code Igniter 4, and more!

 

5 PHP frameworks you should check out

by · March 1, 2010

8
 

Everyone is using frameworks these days, but which one is right for you?