Your Account
Community
Topics (Upcoming)
More |
View story
Type confusions in Symfony
http://www.symfony-blog.co.uk/2008/07/type-confusions-in-sym...
Submitted by
narko
2 months, 3 weeks, 3 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...
Tags: none
|