Blog posts

Displaying Symfony form fields recursively

Let's say you want to build a form where there are several nested fieldsets that are accessed with JavaScript tabs. Displaying such a form cannot be achieved by echoing the form object. The logical way here would be iterating through the field schema and outputting rows one by one. The problem is that Symfony so far does not provide built in iteration mechanism for form objects.
Tagged:
php
symfony
form

Moving your Symfony project to production web sever

Symfony php framework tutorial. How to deploy locally developed project to production web server.

Tagged:
symfony
php
shell

Installing symfony on shared host via SSH

Guide for installing symfony framework on shared host where both php4 and php5 are avilable using shell access.

Tagged:
symfony
php
shell

Selecting random record from MySQL database table.

Four different ways to select a random row in MySQL explained and compared in terms of speed.

Tagged:
mysql
php

PHP 5 Objects

IBM's developerWorks published an article on advanced Object Oriented Programming with PHP 5

Tagged:
php

TinyMCE — online HTML editor review.

Review of another open source Javascript HTML editor.

Tagged:
review

RSS converters

Review of some online services that merge feeds with different formats into one.

Tagged:
rss
review

RSS site feeds

Some facts relating to site syndication and RSS feeds.

Tagged:
rss

Space at bottom of images in Firefox

How to eliminate gaps beneath images on XHTML pages in Firefox.

Tagged:
html
css

Get enum values from MySQL

How to parse MySQL output to get all possible enum values for a field.

Tagged:
php
mysql

© 2003 — 2008 Akinas
All rights reserved