Quantcast
Channel: Evilprofessor.co.uk » framework
Browsing all 11 articles
Browse latest View live

Log to DB using Zend Framework

I’ve managed to get a site up and running with the Zend Framework, everything is logging nicely to FireBug/FirePHP so next step was to log to the DB. I also wanted to log some additional information...

View Article



Zend Framework: Fundamentals – Review

My employer recently paid for a group of us developers to take the Zend Framework: Fundamentals course, here I’ll summarise my thoughts and opinions on the course for others. For those looking to save...

View Article

Zend Framework Per-Module based settings

I’ve created a followup to this post which requires less configuration, please see Module Based Layout – Zend Framework. When using the zend framework with modules, its obvious that if you’re running...

View Article

Route requests for sitemap.xml to custom controller/action

In order to direct requests for /sitemap.xml to a custom controller and action in your Zend Framework application simply add the following in your application.ini or alternative config file (e.g. I use...

View Article

Creating URL in Zend Custom View Helper

This may seem simple, but I was banging my head trying to create a URL in a custom view helper in Zend Framework. I have routing setup which gets the module from the sub-domain in use so I couldn’t use...

View Article


Zend Framework Per Module Layout Settings – Follow Up

As a follow up to my previous post on per module based layout settings for Zend Framework, I’ve updated the code to require less configuration then before (not that it required more that a few lines in...

View Article

Image may be NSFW.
Clik here to view.

Naked Zend_Layout and Zend_View

In this article I look at using Zend_Layout and Zend_View along with a simple front controller to show how it is possible to start separating business logic and presentation within your application....

View Article

Quick Start Symfony DI (Dependency Injection) Tutorial

What is Dependency Injection (DI)? Dependency injection is a technique that allows for loosely coupled objects within a software application. Generally if an object requires access to the functionality...

View Article


Image may be NSFW.
Clik here to view.

Zend Framework Body Tag View Helper

Photo from http://www.flickr.com/photos/daniello/ Summary Here I discuss the creation of a view helper for modifying HTML tags, and more specifically body tags. The created view helper allows...

View Article


Image may be NSFW.
Clik here to view.

Zend Framework: Render If Exists

Summary This is a quick post to discuss the rather simple view helper I created for rendering a Zend Framework style view file only if it exists. Generally asking the code to render a file which...

View Article

“Sign in with Twitter” using Zend Framework

Despite all the twitter hate at the moment, I’ve set out to create a new twitter-based application. Being someone who manages several accounts (both personal and for my charity work) I’ve been needing...

View Article
Browsing all 11 articles
Browse latest View live




Latest Images