poopf PHP framework

Announcing poopf PHP framework
26/03/05 08:45

poopf == persistent object-oriented PHP framework -=-=- A minimal set of classes for using database records in MySQL or PostgreSQL, while avoiding the thickness of adodb or pear::db. Also a secure Cookie class for persisting authenticated clients. Example:

    $db = new MySQL('localhost','mydb','brian','cletus','');

    $user = $db->get_record("user_table",$_PARAM["user_id"]);

    echo $user->name;


Support This Project

SourceForge.net Logo

Syndicate