Code

  • Fluidics - Fluidics is a solution to:
    • Missing syntaxes in PHP that require you to assign to a variable before being able to do what you really want
    • Not being able to express things in a fluent interface
    The overall aim is to help make PHP programming more fluid and natural.
  • Peewee - A simple unit testing framework for PHP

Comments

By
Luke Visinoni
Posted
2008-01-21 19:31:12
Body
Dude Fluidics is awesome. What a cool idea!
By
Jenny
Posted
2008-05-08 08:31:42
Body
function with($obj)
{
    return (object)$obj;
}

...enables:

with(array('foo' => 'bar'))->foo
By
Ollie Saunders
Posted
2008-06-19 03:30:33
Body
Jenny. You got it!

Contribute to the discussion...

Homer, Marge, Maggie, Lisa and...