Graças aos archive.org consegui recuperar este artigo escrito em 2006, sobre como instalar o lighttpd e compilando o php 5 com suporte a fastcgi.
Apesar de ter 3 anos, a instalação ainda funciona normalmente.
Mas irei atualiza-lo em breve refletindo alguns avançoes que tivemos.
De uma olhada: Sym...
This is an old trick, but I still find it useful and will post it here in case it will help other symfony developers out there. If you are using the prototype.js library for your ajax requests, the Ajax.Request (and similar) utility methods will automatically evaluate the server’s respo...
Posted on Friday 3 July at 04:33PM by
devexp
I don’t think that the new commercial of IE8 is going to be shown on national television…
Nous voilà au terme d’une nouvelle semaine bien riche. Et comme j’ai pas pu poster un vrai billet technique cette semaine, je vais essayer de me rattraper avec une grosse liste de liens en ce Vendredi, jour des clics. A votre souris.
Interview Fabien Potencier (vidéo)
Et oui...
 
/**
* returns an array of modified fields and associated values
* @return array
* @todo What about a better name? getModifiedFields?
*/
public function getModified()
{
[...]
ORMはDoctrineでのJobeetプロジェクト、間髪入れず、4日目です。
参考サイトはこちら
3日目で作成したモジュールの基本的カスタマイズをしつつ、
symfony独特のグローバルテンプレート(レイアウト)の性質や、設定ファイルの定義、サイトの構造を理解していきます。
まず、apps/frontend/templates/layout.php
を、以下のように書き換えます。
<!-- apps/frontend/templates/layout.php -->
<!DOCTYPE html PUBLIC "-...
I just finished the second edition of the php multi-process script. Implementing it is significantly simpler now, and will allow mysql or sqlite implementation for the cache database.
The PHP Multi-process repository is now available at: http://github.com/jestep/PHP-Multi-process/tree/master.
Als...
Ich denke mal, dass die wenigsten die sich hierher geklickt haben, französisch sprechen. Meins ist auch etwas eingerostet. Aber dennoch finde ich das Interview mit Fabien sehr interessant. Ab 8:20 geht’s auch effektiv um Symfony. Ich finde es lohnt sich das Video anzuschauen, selbst w...
Posted on Thursday 2 July at 07:08PM by
Symfony-IT
La comunità degli sviluppatori di Symfony ha proposto un nuovo progetto chiamato 1day1ticket. In pratica a partire dal 1° luglio per un numero imprecisato di mesi gli sviluppatori che aiuteranno a chiudere più ticket ed a migliorare quindi il codice del framework riceveranno, da alcuni sponsor, p...
Posted on Thursday 2 July at 07:01PM by
symfonybr
Estou começando a dar meus primeiros passos com o symfony 1.2. Acabei de perder 1 hora pesquisando sobre como manipular campos BLOB no MySQL.
Tenho uma tabela que possui uma coluna imagem do tipo BLOB. Quando tento obter o valor desta coluna com o $objeto->getImagem(), o retorno é um r...