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
- Peewee - A simple unit testing framework for PHP
Comments
function with($obj) { return (object)$obj; } ...enables: with(array('foo' => 'bar'))->foo