Categories
tecnologia

php::Links(‘ Persistance Layers ‘);

stasera ho scoperto il mondo dei Persistance Layers. Questi non sono altro che delle classi PHP per la gestione di database come se fossero oggetti, ed è quindi possibile aggiungere valori, modificarli o creare nuove strutture in modo semplice ed immediato.

A persistence layer encapsulates the behaviour needed to make objects persistent, ie. to load, save and delete objects to and from persistent storage, usually an SQL database server. Currently the only supported persistence mechanisms are relational databases.

Qualche link di riferimento:
Pear DB-DataObject
phdWait
phpSorm
php Gen
pgosd
DB DataContainer

ciuaz