Your Account
Community
Topics (Sources)
More |
Total: 493 - Showing 81 to 90
Comparing Propel, Doctrine and sfPropelFinder
http://redotheweb.com/2008/07/08/comparing-propel-doctrine-a...
Submitted by narko
4 weeks, 1 day, 20 hours ago
When it comes to ORMs, it's all a matter of preference. Is it, really? This post compares side-by-side the code required to perform some simple operations with three OO database requesting API. The purpose is to demonstrate that productivity, and not only style, can vary a lot depending on the ORM you choose.
There are not many robust Object Relational Mapping layers in PHP5...
Join discussion...
Tags: none
The Beauty of sfPropelFinder
http://feeds.feedburner.com/~r/symfony/~3/329299905/
Submitted by narko
4 weeks, 1 day, 20 hours ago
I was just catching up on my feeds this morning, and came across an update on another great piece of workby Francois.
The easiest way to explain what I like about this plugin is just to look at the following example… it is in another class for ease of readability and simplicity in writing compared to the ’standard’ symfony method...
Join discussion...
Tags: none
Easy setup of PHP5 with FastCGI
http://blog.hma-info.de/2008/07/07/easy-setup-of-php5-with-f...
Submitted by narko
1 month, 20 hours ago
Today I have been really struggling setting up PHP with FastCGI on my Apache 2.2.
I already had a Apache 2.2 with Prefork MPM running using mod_php5 and thought: Oh well lets “just” replace the prefork with worker to see how it performs. I knew that I would have to configure FastCGI for that as well, but there were plenty of instructions on the web, so I gave it a try...
Join discussion...
Tags: none
La nueva documentaci??n de Symfony 1.1
http://www.symfony.es/2008/07/06/la-nueva-documentacion-de-s...
Submitted by narko
1 month, 1 day, 20 hours ago
Hace menos de una semana se public?? la esperad??sima versi??n final de Symfony 1.1 . Aunque esta nueva versi??n no tiene muchos cambios externos, la refactorizaci??n interna ha sido tan intensa que ha afectado a todos los archivos del framework .
Durante las dos semanas anteriores al lanzamiento de Symfony 1.1, sus creadores centraron sus esfuerzos...
Join discussion...
Tags: none
Clip.vn ???? fix 1 bug b???
http://feeds.feedburner.com/~r/SymfonyVietnam/~3/328084020/
Submitted by narko
1 month, 1 day, 20 hours ago
N???i dung file http://clip.vn/crossdomain.xml ???? x??a ??i d??ng
Ng?????i x??a ??i d??ng n??y cho clip.vn h???n ph???i ???????c vega vinh danh v?? ???? ti???t ki???m ???????c r???t nhi???u ti???n b???c ?????u t?? ph???n c???ng cho vega. T??i kh??ng r?? c?? ai bi???t ???????c bug ???? ????? l???i d???ng DDoS kh??ng, r???t c?? th??? ???? c?? b???i v?? t??i c?? nghe tin clip...
Join discussion...
Tags: none
Blizzard Worldwide Invitational 2008
http://jonathan.demoutiez.net/article/49/blizzard_worldwide_...
Submitted by narko
1 month, 1 day, 20 hours ago
En tant que fan de starcraft (10 ans d????j?? ), j'ai particip???? le Week-End dernier au Blizzard Worldwide Invitational 2008 qui s'est d????roul???? les 28 & 29 Juin ?? Paris expo.
Week-End magique et inoubliable avec
l'annonce de Diablo 3,
les d????mos de :
Starcraft 2 (ca fait encore plus mal d'attendre mais
Join discussion...
Tags: none
SEO porz??dki
Ze wzgl??du na optymalizacje pod k??tem silnik??w wyszukiwania ( SEO ), m.in. adres tej strony bloga zosta?? przeniesiony na domen?? www.heavymind.net. Mam nadziej??, ??e nie utrudni to Wam, moi drodzy czytelnicy, korzystania z jej zawarto??ci.
Nadmieni?? przy okazji, i?? na dniach powinienem byc got??w do opublikowania kolejnej cz????ci samouczka Zend Frame...
Join discussion...
Tags: none
Instalando plugins no symfony 1.1
http://www.symfonybr.com/2008/07/04/instalando-plugins-no-sy...
Submitted by narko
1 month, 3 days, 20 hours ago
No symfony 1.1, o sistema de plugins foi totalmente reescrito. Isto vai permitir melhoras no modo de trabalho e facilitar o uso no seu projeto.
Instalando um plugin
Para instalar plugins de um channel padr??o (o oficial do symfony), n??o ?? mais necess??rio usar a URL toda. Basta:
$ php symfony plugin:install sfGuardPlugin
Isto ir?? instalar o plugin sfGuardPlugin...
Join discussion...
Tags: none
Doctrine Presentation
http://pookey.co.uk/blog/archives/54-Doctrine-Presentation.h...
Submitted by narko
1 month, 3 days, 20 hours ago
I did a presentation on Doctrine at the PHPLondon user meeting last night, here are the slides:
My Doctrine Presentation
Join discussion...
Tags: none
sfGuardPlugin & Remember me follow up
http://shiny.ma3x.net/2008/07/03/sfguardplugin-remember-me-f...
Submitted by narko
1 month, 4 days, 20 hours ago
After my post ( which was a response to a post in the symfony forums : http://www.symfony-project.org/forum/index.php/t/9622/ ), triparts came up with a different and probably - easier solution : securing the modules with empty permission sets. Like this :
security.yml
all:
is_secure: on
index:
credentials: []
I have not tested this solution, so if anyone else gets back with some [...
Join discussion...
Tags: none
|