<?php
...

PHP Get value of array key with...

by Tim, January 06, 2011 23:54, 1 refactoring, tagged with validation, array, improve, simplify

Hi, I am looking for a code...

0635a8e46531193666e660800916ed64 Talk
<?php
    public function get_usd_value($date)
    {
...

PHP What is bad in this code?

by https://www.google.com/accounts/o8/id?id=AItOawk89fkb9x-moiNmY07jOpKHwIT1tUTiK6M, August 17, 2010 15:53, 2 refactorings, tagged with php, array, array string loop each

I know that variable naming...

144314100b686db946ff68c7ae1065d1 Talk
/**
 * Generates a multi-column table from an array 
 *
...

PHP Generate table from array

by gwrtheyrn, July 24, 2009 10:48, 5 refactorings, tagged with php, table, array

This function generates a m...

D3bd7339e1941bc25c05110b69a82721 Talk
<?php

$payload = array(array(
...

PHP Array and ForEach Loop

by goodespeler.myopenid.com, August 12, 2008 17:45, 1 refactoring, tagged with loop, array, foreach

Hi. I'm constructing an XML...

B04f7f475867f6b47a59b49dfabc0daf Talk
<?php
/*
 * This is a test of a rules based iterative algorithm...
...

PHP Rules Based Iterator

by James Stansfield, June 15, 2008 13:52, 1 refactoring, tagged with php, iterate, loop, array, rules

I had need for an iterative...

42e1363a474387e41af8f8219797e112 Talk