-
One of the great things about Symphony is the ease that comes with installation; A website owner can just drop the package into their root http folder and hit up `/install` in their browser and get on…
-
### Bug Report
Version: 2.14.1
#### Summary
For example, we have the follows code:
```php
$builder = new \Laminas\Mail\Message();
$builder->setEncoding('UTF-8');
$builder->setFrom(['f…
-
https://github.com/symphonycms/symphonycms/blob/ea690f74cbc5b325014e45fb44b7ad5501b7da5e/install/lib/class.installerpage.php#L355
Affected Symphony version(s) : 3.0.0
PHP version(s) : 7.3.16-1+ubu…
-
Just a list of things I think Next (and the framework it is based on) should have. Feel free to append anything you think is important
- [PSR-0 compliance](https://github.com/php-fig/fig-standards/blo…
-
In #9, John is writing:
> One of the great things about Symphony is the ease that comes with installation; A website owner can just drop the package into their root http folder and hit up /install in…
-
Develop a separate instance of Symphony based on the Symphony Network Ensemble to be used as the [documentation site](http://symphonycms.github.com/getsymphony-html/docs/). Modify the page to match th…
-
Where shall this extension go from here? Meanwhile [PHP Markdown](https://github.com/michelf/php-markdown) has released version 1.8.0, and the current version of [HTML Purifier](http://htmlpurifier.or…
-
This isn't quite the place to do this, but while things aren't set up just right yet, this is the best place to do this for now. Email is a little cumbersome until the groups are set up...
Just to re…
allen updated
4 years ago
-
Especially in the Database-, Model and Controller-layers, most frameworks do things differently than Symphony. Radically different in fact.
They are easy to be programmed by hand, but hard to be gene…
-
I've fallen into a workflow that I really like, that keeps the backend of sites very neat and user friendly, however it has some minor issues during development caused by a convention I'm not convince…