Getting Started
Getting your feet wet with Zend? These videos and topics should help you jump right into your first Zend Framework application.
-
Building a JSON End-Point With SLIM and jQuery: Part 2
Part 2 in a series on building a JSON end-point. We’re using simple RESTful verbage to grab a list of names from a session store.
-
SLIMming Out Your Controller
An introduction to the SLIM PHP framework. This sinatra-like php framework is a great tool for simple JSON endpoints and light server-side application development.
-
PHAR Out Autoloading (HD!)
Setup your PHAR archive in order to handle autoloading classes. This will greatly simplify your deployment of a PHAR that is referenced in your application.
-
Fun with PHAR
An introduction to working and building with PHAR: PHP ARchives.
