Fresh PHP news, tutorials, tips and much more

Posts Tagged ‘admin’

ZF example application part 5 Creating Models with Zend_Db and adding an Administration Module

Wednesday, April 30th, 2008

Padraic Brady posted 5th part of his articles series “An Example Zend Framework Blog Application”. New article shows how work with Zend_Db and how to make administration module.

Today’s entry adds a few more layers to our slowly growing blog application. First of all I decided to add an Entries Model and Authors Model to the mix, primarily to get ready for when we can add new entries to our blog. This leads to where we can create new Entries; we add an Administration Module to the application with it’s own distinct Layout

This article shows how to create mysql table and make model to handle administration of this example application. If you are novice to Zend Framework you should read all parts of series.

Post tagged with: , , , , ,

Posted in Advanced | No Comments »

Free admin template for your applications

Wednesday, April 30th, 2008

if you are working on a project there you need costume administration panel Web Resources Depot offers you a free administration panel template.

I have created this admin template for a project of mine and pleased to share with WebResourcesDepot readers.It is a 3 column design with a tabbed menu. The idea is having the standard categories in the tab menu for an easy reach and have all the detailed ones in the left menu. And there is an info box at the right to inform users what’s going on at that page.

To get this template visit Web Resources Depot and download it for absolutely free.

Post tagged with: , , ,

Posted in Beginners | No Comments »