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

2009-06-08 Thread Daniel Brown
On Mon, Jun 8, 2009 at 10:24, Andrew Ballard wrote: > > C'mon, Dan. Obviously you aren't aware of the first line of the > script, which was simply omitted by the OP: > > > require "magic_fairy_dust.php"; Good point. In all fairness, I don't know that they don't have prepended includes on the

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

2009-06-08 Thread Andrew Ballard
On Mon, Jun 8, 2009 at 9:47 AM, Daniel Brown wrote: > On Sun, Jun 7, 2009 at 12:51, Rolando Santamaria > Maso wrote: >> This is a very small framework for PHP inspired by the framework of Fabien >> Potencier (http://twitto.org/). > >    Awesome.  As soon as we can throw security out the window and

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

2009-06-08 Thread Daniel Brown
On Sun, Jun 7, 2009 at 12:51, Rolando Santamaria Maso wrote: > This is a very small framework for PHP inspired by the framework of Fabien > Potencier (http://twitto.org/). Awesome. As soon as we can throw security out the window and listen to it splat on the sidewalk below, it looks like that

[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'];$