PUBLIC   marks

PUBLIC MARKS with tag "zend framework"

Sponsorised links

October 2009

CAHAYA CMS

by Xavier Lacot & 1 other , 4 comments
CAHAYA CMS is an open source management system built on top of the Zend Framework, which makes building websites extremely easy. Even if interesting, the project is still very young and suffers some conception limitations - the lack for structured content is one of the greatest, in my opinion.

September 2009

Human Resource Management Software - OrangeHRM

by Xavier Lacot
A human Ressources Management application, built on the Zend framework. Might be useful for HR people

August 2009

Zend Framework : contrôleur CRUD - WIIP

by dzc
Dans une application MVC qui a besoin de faire persister des données, les contrôleurs doivent réaliser 4 opérations de base qu'on désigne souvent par l'abréviation CRUD : Create, Read, Update et Delete. Pour une application développée avec le Zend Framework, un contrôleur est en fait une classe dérivée de Zend_Controller_Action. Afin d'éviter de dupliquer inutilement du code, les développeurs choisissent souvent d'écrire une classe de base qui fournira une implémentation standard de ces opérations.

Sponsorised links

July 2009

June 2009

May 2009

BigOrNot?

by znarf & 1 other
3 interesting articles on secure cookie with php and zend framework

April 2009

using poEdit - Zend Framework Forum

by Spone & 1 other
poEdit doesn't find anything in the code. This problem is due to xgettext not recognizing *.phtml files. Change php-settings in tab for code interpreters 1. Add to files: *.php;*.phtml 2. Add -L php to xgettext: "xgettext --force-po -o %o %C %K %F -L php" Works like a charm (should be set by default by poEdit but no-one's perfect)

March 2009

Scienta ZF Debug Bar - Joakim Nygård

by srcmax & 3 others

The Scienta Debug Bar is a plugin for the Zend Framework for PHP5. It provides useful debug information displayed in a small bar at the bottom of every page.

Scienta ZF Debug Bar - Joakim Nygård

by Spone & 3 others
The Scienta Debug Bar is a plugin for the Zend Framework for PHP5. It provides useful debug information displayed in a small bar at the bottom of every page. Time spent, memory usage and number of database queries are presented at a glance. Additionally, included files, a listing of available view variables and the complete SQL command of all queries are shown in separate panels.

Scienta ZF Debug Bar - Joakim Nygård

by Neewok & 3 others

The Scienta Debug Bar is a plugin for the Zend Framework for PHP5. It provides useful debug information displayed in a small bar at the bottom of every page.

February 2009

January 2009

Zend Framework: Documentation

by srcmax

For year there are two specifiers available which are often mistaken. The Y specifier for the ISO year and the y specifier for the real year. The difference is small but significant. Y calculates the ISO year, which is often used for calendar formats. See for example the 31. December 2007. The real year is 2007, but it is the first day of the first week in the week 1 of the year 2008. So, if you are using 'dd.MM.yyyy' you will get '31.December.2007' but if you use 'dd.MM.YYYY' you will get '31.December.2008'. As you see this is no bug but a expected behaviour depending on the used specifiers.

PUBLIC TAGS related to tag "zend framework"

no tag

Sponsorised links