Jan Walther
Jan Walther
Same result with the following partial code (JS files get included twice): ```html ``` And also with $this->replace(). And in the end I would have to use append because there...
Also Propel1 has been using PHP's internal DateTime class when configured with the following in propel.ini: ``` # Enable full use of the DateTime class. # Setting this to true...
I could introduce a new InvalidTypeException (which extends \ErrorException to be compatible with the current implementation) and give more readable exception messages instead of "nope". Are you interested? Instead of...