Categories
ajax php webdev

Symfony 1.0 ed Ajax

E’ finalmente stata rilasciata la prima versione stabile di Symfony 1.0. Noto application framework per PHP 5 di cui ho già discusso più volte e che ho iniziato ad usare attivamente nell’ultimo mese e mezzo grazie ad un lavoro con Ciccio (mio guru sull’argomento).

Tra le magie di questa versione, perchè alcune cose ancora non me le spiego, ieri mi sono imbattuto nella gestione degli script con ajax. Symfony integra al suo interno Prototype (più o meno come fa anche Ruby) dando allo sviluppatore alcuni helper per attivarne le funzionalità.

La cosa stupenda è che il sistema sa se il metodo che è invocato è ajax o meno e gestisce di conseguenza il relativo templating. Cosa utilissima per non dover riscrivere due volte lo stesso codice e soprattutto per permetterne un certo livello di degradazione.

Categories
php

PHP e programmazione fluente

Leggo con un certo interesse del nuovo meme di planet-php, cioè dell’uso di interfacce fluent.

A seguire un piccolo tutorial su come utilizzarle.

Categories
php

php 5.0.5

Nuova bugfix release per php 5

PHP 5.0.5 is now available for download. This version is a maintenance release, that contains numerous bug fixes, including
security fixes to vulnerabilities found in the XMLRPC package. All users of PHP
5.0 are encouraged to upgrade to this version.

The full list of changes in PHP 5.0.5 is available in the PHP 5 ChangeLog.

ciuaz

Categories
pensieri

pausa di qualche giorno

a causa del trasloco del presente sito su dreamhost non posterò nulla di nuovo per qualche giorno (sempre che ce la faccia… ) a partire da domani.

[update]
ho appena scoperto che dreamhost permette di utilizzare php 5 e ruby-on-rails! che sia la volta buona che passo al primo e provo il secondo!

ciuaz

Categories
php

php 5.1 beta 2

PHP 5.1 Beta 2 is now available! A lot of work has been put into this upcoming release and we believe it is ready for public testing

Some of the key improvements of PHP 5.1 include:

* PDO (PHP Data Objects) – A new native database abstraction layer providing performance, ease-of-use, and flexibility.
* Significantly improved language performance mainly due to the new Zend Engine II execution architecture.
* The PCRE extension has been updated to PCRE 5.0.
* Many more improvements including lots of new functionality & many bug fixes, especially in regards to SOAP, streams and SPL.
* See the bundled NEWS file for a more complete list of changes.

ciuaz

Categories
php

php news

  • image_3d, ebbene si da oggi è possibile usare php come motore di render per le immagini 3d. Almeno questo è quello che afferma l’autore della classe in questione e proposta all’approvazione di quelli PEAR
  • php 5 object overloading: ennesima guida si php ed oggetti

ciuaz

Categories
php

php varie…

ciuaz

Categories
php

php::Links( ‘ PHP 5.0 beta3 ‘);

PHP 5.0 Beta 3 has been released. The third beta of PHP is also scheduled to be the last one (barring unexpected surprises). This beta incorporates dozens of bug fixes since Beta 2, better XML support and many other improvements, some of which are documented in the NEWS file.

Some of the key features of PHP 5 include:

  • PHP 5 features the Zend Engine 2.
  • XML support has been completely redone in PHP 5, all extensions are now focused around the excellent libxml2 library (http://www.xmlsoft.org/).
  • SQLite has been bundled with PHP. For more information on SQLite, please visit their website.
  • A new SimpleXML extension for easily accessing and manipulating XML as PHP objects. It can also interface with the DOM extension and vice-versa.
  • Streams have been greatly improved, including the ability to access low-level socket operations on streams.

ciuaz