Your Account
Community
Topics (Sources)
More |
Total: 566 - Showing 111 to 120
SymfonyCamp 2008
Op 12 en 13 september 2008 zal de tweede editie van het SymfonyCamp plaatsvinden. De eerste editie was een groot succes, en ook dit jaar weer zijn er een aantal interessante sprekers vastgelegd.
Join discussion...
Tags: none
Symfony Tip: What can I put in my Propel schema.yml?
http://feeds.feedburner.com/~r/symfony/~3/345261089/
Submitted by narko
1 month, 1 week, 5 days, 6 hours ago
If you are writing your schema.yml file, the Symfony book isn’t too detailed as to what you can and can’t put in your schema.yml. I’d recommend you head over to the Propel Guide , and read the appendix for detailed documentation .
Join discussion...
Tags: none
Sensio Labs supporte le projet Doctrine et ouvre un bureau aux Etats-Unis
http://feeds.feedburner.com/~r/sensio_labs/~3/344690760/Sens...
Submitted by narko
1 month, 1 week, 6 days, 11 hours ago
Jonathan Wage, le d??veloppeur principal de Doctrine , rejoint les ??quipes de Sensio Labs aux Etats-Unis. Doctrine est un projet Open-Source ??crit en PHP permettant de manipuler une base de donn??es relationnelle gr??ce ?? des objets. C'est ce qu'on appelle g??n??rallement un ORM (object relational mapping).??Doctrine est certainement l'un...
Join discussion...
Tags: none
Type confusions in Symfony
http://www.symfony-blog.co.uk/2008/07/type-confusions-in-sym...
Submitted by narko
1 month, 1 week, 6 days, 11 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
1 month, 2 weeks, 11 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
http://www.matthewbull.net/2008/07/23/iwmw-2008-day-2/
Submitted by narko
1 month, 2 weeks, 11 hours ago
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
http://feeds.feedburner.com/~r/symfony/~3/343258405/
Submitted by narko
1 month, 2 weeks, 11 hours ago
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
1 month, 2 weeks, 1 day, 17 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
1 month, 2 weeks, 1 day, 17 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
1 month, 2 weeks, 2 days, 17 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
|