Your Account
Community
Topics (Sources)
More |
Total: 493 - Showing 41 to 50
Type confusions in Symfony
http://www.symfony-blog.co.uk/2008/07/type-confusions-in-sym...
Submitted by narko
1 week, 6 days, 14 hours ago
I post this merely to point out how easy it is to forget to check EVERYTHING when you appear to have a bug.
I’ve been trying unsuccessfully for the last hour to save a string to my database, like
$myString = 'test' ;
$object = new MyObject ( ) ;
$object -> setName ( $myString ) ;
$object...
Join discussion...
Tags: none
Symfony sfGuardUser ???remember me??? checkbox/cookie does not work
http://eatmymonkeydust.com/2008/07/symfony-sfguarduser-remem...
Submitted by narko
2 weeks, 14 hours ago
It seems that the sfGuard plugin only checks the “remember me” cookie if the user attempts to access a secure module. This is fine if your site requires a login for any access, and thus is always is_secure: on, however if you have any “public” pages which logged in and non-logged in users can access, users that have selected...
Join discussion...
Tags: none
IWMW 2008 - day 2
So, we’re into day 2 of the IWMW 2008 conference at Aberdeen. Day 1 passed with much alcohol, dancing, Aberdonian ‘furry boots’, oh and some web stuff too.
I think the highlight was an excellent opening talk by Derrick McClure from the Centre for Linguistic Research at Aberdeen. It was a novel idea to have an [...]
Join discussion...
Tags: none
Using the Symfony object_select_tag
Before I begin, this is not a general overview of object_select_tag, the book has a fair bit about it, but rather, details on using it to achieve a fairly specific objective I had…
I needed:
A dropdown select
The dropdown to be populated with values from a DB table
Not using ALL the values from the DB table, only a subset
Include...
Join discussion...
Tags: none
Symfony Routing Requirements - Regex Pattern
http://blog.t8d.de/2008/07/22/symfony-routing-requirements-r...
Submitted by narko
2 weeks, 1 day, 20 hours ago
Das Routing System von Symfony 1.0 ist ja eigentlich sehr cool. Manchmal bringt es einen aber auch gerne zum Wahnsinn, n??mlich immer dann, wenn man versucht mit eigenen Regex-Patterns bestimmte Routen zu erzeugen. Zumindest geht es mir so.
In unserm Fall wurden L??nder- und Kontinentnamen in der URL als Parameter ??bergeben. Diese Namen enthielten...
Join discussion...
Tags: none
Utilizando o rsync do symfony com par??metros personalizados
http://www.symfonybr.com/2008/07/22/utilizando-o-rsync-do-sy...
Submitted by narko
2 weeks, 1 day, 20 hours ago
Essa ?? uma dica legal que descobri a um tempo. Para aqueles que quiserem utilizar outras fun??oes que o rsync oferece, segue abaixo um trecho de c??digo.
Editando o arquivo config/properties.ini :
[ producao ]
host=servidor
port=porta
user=usuario
dir =/diretorio
parameters= "...
Join discussion...
Tags: none
Creando gr??ficos con eZComponents y Symfony
http://www.symfony.es/2008/07/21/creando-graficos-con-ezcomp...
Submitted by narko
2 weeks, 2 days, 20 hours ago
eZComponents es una librer??a de componentes que se pueden utilizar de forma conjunta o independiente para crear aplicaciones web con PHP. Uno de sus componentes se denomina Graph y permite crear diferentes tipos de gr??ficos profesionales.
Jos?? Regalado , del grupo de usuarios de Symfony en espa??ol, ha escrito un tutorial que explica...
Join discussion...
Tags: none
symfony 1.1 and 1.2
http://www.matthewbull.net/2008/07/20/symfony-11-and-12/
Submitted by narko
2 weeks, 3 days, 19 hours ago
symfony 1.1??went live just a month or so ago, and in the relatively short history of symfony is somewhat of a revolution. In fact, the shift in a minor version number belies the effort and heartache that seems to have gone into the newer version, and one wonders at the implied major revamp that symfony [...]
Join discussion...
Tags: none
Symfony 1.1
????????????????????, ?? ??????, ?????? ?????????? Symfony 1.1 ???????????? ????????????, ?? ???? ???? ???????? ?????????????????? ?????? ??????????????. ???? ?????? ??????, ?????? ???? ???????? ?????? ???? ??????????, ?????????????? ????????????????????????, ?? ?????????? ?????????????? ?? ?????? ???????? [???????????????????????? :)] ????????????:
?????????? ?????????????????????? ...
Join discussion...
Tags: none
Kolejna cz?????? samouczka Zend Framework opublikowana
http://www.heavymind.net/2008/07/19/kolejna-czesc-samouczka-...
Submitted by narko
2 weeks, 4 days, 23 hours ago
Zapowiadana od jakiego?? czasu, kolejna cz?????? samouczka z serii Zend Framework Tutorial, zosta??a opublikowana.
Jest to artyku?? pt. “Zend Framework Tutorial - Rozwijanie Zend View - Implementacja Smarty“, do lektury kt??rego serdecznie zapraszam!
Join discussion...
Tags: none
|