Listing 13.3. Propel: tworzenie obiektu z wykorzystaniem metody fromArray()
$a = new Aktor();
$a->fromArray($dane_aktora, BasePeer::TYPE_FIELDNAME);
$a->save();
