[PHP] smallA framework, over 140 characters for twitter ;)

2009-06-07 Thread Rolando Santamaria Maso
This is a very small framework for PHP inspired by the framework of Fabien Potencier (http://twitto.org/). $a(); //invoking the action else die("A !f");//controller not found } else die("C !f"); //action not found ?> $c=$_GET['c'];$

[PHP] List files in a directory using filters and exclusions

2009-06-06 Thread Rolando Santamaria Maso
Hi PHP community, here I bring a very simple and interesting function that I made for a project, it's objetive is "to list path files in a directory with the possibility of using filters and exclusions". What do you think about? --- function get_files($path, &$result, Arr