Categories
php

php::Links(‘ zz/oss installer ‘);

ZZ/OSS Installer is a PHP-based installation wizard for professional release management of modular PHP applications. Benefits * Advanced release management based on de facto standards. * Shortened release cycles. * Higher reusability of software components. * Faster software deployment. Features * Runs on Windows and Linux * Provides a Web GUI aka installation wizard look […]

Categories
php

php::Links(‘ PHP_CompatInfo ‘ );

PHP_CompatInfo è una classe PEAR che analizzando un particolare file/directory/array dice quali sono i requisiti minimi per farlo funzionare. ciuaz

Categories
tecnologia

phpDOC System

Interessante il progetto di AlexKing (uno degli sviluppatori di wordpress) per la creazione e la gestione di manuali d’uso per programmi. Il software si chiama phpDoc System: What it is: A modular PHP system for creating documentation. You create modules for documentation elements (installation steps, buttons, screens, etc.) and then refer to them instead of […]

Categories
tecnologia

php::Links(‘ dbx ‘ );

oggi ho scoperto che da php 4.3.0 è stata incluso un db abstraction layer direttamente all’interno delle estensioni precaricabili. Il nome di questa estensione è dbx e supporta molti db commerciali e non. Che sia il tempo di salutare ADODb, PEAR::DB e Metabase? ciuaz

Categories
tecnologia

php::Links(‘ dedicati a PHP5’ );

Creole is a database abstraction layer for PHP5. It abstracts PHP’s native db-specific API to create more portable code while also providing developers with a clean fully object-oriented interface based on the API for Java’s JDBC. There are a number of database abstraction packages for PHP. Creole draws from experience with several of these — […]

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, […]

Categories
tecnologia

php::Links(‘php|architect novembre’);

E’ stato pubblicato il numero di novembre di php|architect, questo mese si parla di: Introduction to Version Control with CVS CVS is one of those tools that everyone seems to use. It drives every project on SourceForge, and is used on numerous other projects, including PHP and PEAR. CVS also, however, seems to bring fear […]

Categories
tecnologia

php::Links(‘ frameworks ‘);

stanno spuntanto un fracco di framework per php: – fastframe – interjinn – built it fast – seagull etc, etc. se vi intrigano le progress bar vi consiglio di fare un salto qui mentre avete bisogno di uno strumento per amministrare LDAP vi consiglio la nuova release di phpldapadmin. intanto il prolifico sebastian ha rilasciato […]

Categories
tecnologia

nexus portal

se dovete amministrare molte macchine in rete (windows) nexus portal fa per voi, ecco una breve descrizione: Nexus Portal allows you to view and control another computer across a network or the internet. It has explorer like file transfer, Windows NT/2000 Service, the ability to end tasks on all windows platforms, reboot/restart the other computer, […]

Categories
tecnologia

php::Links(‘xml’);

qualche punto d’incontro tra php e xml: xmlSchema: ado-db xmlschema adodb-xmlschema is a class that allows the user to quickly and easily build a database using the excellent ADODB database library and a simple XML formatted file. Voicexml: phpVxml Dynamix vous propose deux solutions Open Source pour la technologie VXML: PHP-VXML et VXML-Parser, deux classes […]