Ad opera di Fabien Potencier, già autore di Symfony, ecco l’ennesimo framework per PHP. Si chiama Twitto ed ha la peculiarità  di essere scritto in soli 140 caratteri! :)

[code]
require __DIR__.'/c.php';if (!is_callable($c = @$_GET['c'] ?: function() { echo 'Woah!'; })) throw new Exception('Error');$c();
[/code]

Da notare che il framework in questione sfrutta al suo interno tutte le nuove potenzialità  dell’imminente php 5.3

Tagged with:
 

3 Responses to Twitto, un framework PHP da 140 caratteri

  1. Luca Mascaro says:

    Fantastico … lo userei anche :)

  2. Andrea Turso says:

    In realtà non usa tutte le potenzialità di php 5.3; mancano: goto e i namespace :P

  3. Jacopo Romei says:

    AHAHA! :D

    W i nerd di tutto il mondo!

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

phpDay 15.16 Maggio 2009 a Verona