Community

Support

User Contributions

RSS Feeds

Report a Bug

If you have a problem with symfony, if you want to report a bug, discuss a new feature or contribute to the project, this is your starting point.

Here at symfony-project.org

Outside

rss feed

Upgrading sfGuardPlugin for symfony 1.1

Posted on Tuesday 19 August at 11:27PM by -= n8v =- » symfony
Last week I upgraded my first symfony 1.0 project to symfony 1.1 following the UPGRADE file that comes with symfony 1.1 The first part of the upgrade went pretty smoothly, but my project broke due to the sfGuardPlugin. There weren’t any details about plugins in the UPGRADE doc, and rem...

HatununHatunun Öküzünü İzmir'de Gördüm

Posted on Tuesday 19 August at 3:49PM by 2nci Web Development Blog En Son İçerikler
<p><img src="/uploads/43c6179c7d9d426ea88aafabf3353e35.jpg" alt="0" /></p> <p>Yazı başlığı biraz manidar olabilir ancak tamamen gerçek olaylardan bahsedeceğim. </p> <p>Bilindiği gibi İzmir ili herşeyinden çok bayanlarının güzelliği ile d...

Pop Star Ahmedinejad!

Posted on Tuesday 19 August at 3:44PM by 2nci Web Development Blog En Son İçerikler
<img src="/uploads/efcfaa32679fa66e009f0ce95845e2a2.jpg" /> <p>Geçtiğimiz günlerde İran devlet başkadı Ahmedinejad&#8216;ın ülkemizi ziyaretinde oluşan manzara oldukça ilgi çekiciydi. Sultanahmet Camisi&#8217;nde kıldığı namazında ardından olanlar çok daha garibim...

Tip: Clean up your symfony debug logs

Posted on Tuesday 19 August at 9:20AM by Redo The Web
The symfony web debug toolbar is awesome. You know when partials are executed, you know which queries the database receives, you know all about caching, filters, slots, decorators, and you can even add your own traces there. But there is one thing that bothers me a lot: each database query execu...

Parsing jQuery’s sortable(”serialize”) Method with PHP (and symfony)

Posted on Tuesday 19 August at 3:11AM by MirthLab » symfony
It looks like as of jQuery (version 1.2.6) there&#8217;s no built in way to serialize a sortable object into a javascript array for use in ajax calls. This example uses symfony-specific code, but you should be able to use this method in any type of php scripting. Here&#8217;s some exampl...

Объявление типов столбцов (enum, datetime, tinytext, year) для MySQL, которые явно не поддерживаются в Propel 1.3

Posted on Sunday 17 August at 8:6PM by Журнал веб разработчика » Symfony
В документации Propel можно увидеть таблицы соответствия[...]