Your Account
Community
Topics (Sources)
More |
Total: 96 - Showing 1 to 10
Distributing your project with symfony embedded
[+]
http://feeds.feedburner.com/~r/symfony/planet/~3/416222305/D...
Submitted by
narko
2 days, 7 hours agoWith symfony 1.0, one of the nice features was the freeze option, which allowed you to package the symfony libraries inside your project quite easily. This was very useful, for instance when deploying your project on a server where you couldn't install symfony. With symfony 1.1, it is apparently not advised anymore to use the freeze option (even though it is still available)...
Join discussion...
Your complete guide to running multiple Symfony versions on the same environment
[+]
http://feeds.feedburner.com/~r/symfony/planet/~3/417256458/
Submitted by
narko
1 day, 7 hours agoSo where we are currently working, we have a back catalogue of Symfony 1.0 applications, and are beginning to roll out a few Symfony 1.1 apps to production, as well as a few other things floating around on other versions. As helpful as the compatability plugin is, it can’t magically make any 1.0 app run under 1.1, and we made the decision that...
Join discussion...
Using a module from another project
[+]
http://feeds.feedburner.com/~r/symfony/planet/~3/417256456/
Submitted by
narko
1 day, 7 hours agoThe MVC paradigm, adopted in symfony from top to bottom, brings highly decoupled components meant to be used independently.
In a symfony application, modules are flexible and allow complex manipulations like :
forwarding to another module/action and delegate request processing
rendering a module/action in isolation (like an email generation module...
Join discussion...
The Good, The Bad and the Ugly
[+]
http://feeds.feedburner.com/~r/symfony/planet/~3/415215142/
Submitted by
narko
3 days, 7 hours agoThere is a lot to learn from Fabien Potencier, the creator of the symfony framework. He often comments people's work on other frameworks, but almost never when someone works on his own framework. So his recent reaction about my DDD experiment is rare enough to be thoroughly analyzed, and distilled. Let's look for the very substance of his latest post...
Join discussion...
Specify a range of years for sfWidgetFormDate
[+]
http://feeds.feedburner.com/~r/symfony/planet/~3/412257159/
Submitted by
narko
6 days, 7 hours agoSo work is beginning in the symfonynerds camp on a few 1.1 apps (just in time to have to migrate to 1.2 :p) and I thought it was time to start documenting some of the little tips we have for it.
Today I was fine tuning an app for UAT and wanted to configure the ‘years’ being listed in a sfWidgetFormDate Date Select.
In the first instance...
Join discussion...
Symfony 1.1’s New Architecture
[+]
http://feeds.feedburner.com/~r/symfony/planet/~3/413810116/
Submitted by
narko
4 days, 19 hours agoI came across this post from a few months ago on the Symfony site:
http://www.symfony-project.org/blog/2008/06/23/the-symfony-1-1-architecture
It’s a really interesting overview of the new decoupling of core classes that Symfony 1.1 provides. This is particularly useful information if you’re designing something that needs to be fast...
Join discussion...
Adding Subversion keywords to an entire Symfony project
[+]
http://feeds.feedburner.com/~r/symfony/planet/~3/414253620/
Submitted by
narko
4 days, 7 hours agoFor some reason, even though I’ve set default properties in my .subversion/config, it doesn’t always apply to new files, so I end up doing this once in a while:
svn propset svn:keywords 'Id Rev URL HeadUrl' \
`find apps/ config/ doc/ lib/ web data/ test/ \
-name '*.php' -or -name '*.yml' -or -name '*.css' -or -name '*.sql'`
This tells...
Join discussion...
FireSymfony - First release is out
[+]
http://feeds.feedburner.com/~r/symfony/planet/~3/409711602/d...
Submitted by
narko
1 week, 2 days, 7 hours agoI'm happy to announce the release of both the FireSymfony extension for Firebug and the firesymfonyPlugin for symfony.The extension can be downloaded from the mozilla add ons web site. The symfony plugin is available as a pear package from the framework plugins website.So those that live on the edge can start testing this plugin.I also created...
Join discussion...
Symfony 1.0.18 is out.
[+]
http://feeds.feedburner.com/~r/symfony/planet/~3/408690030/1...
Submitted by
narko
1 week, 3 days, 7 hours agoSo Symfony 1.0.18 is out, update your installations.
Changelog:
r11850: ignore doctrine schema in the propel tasks (closes #4027)
r10841: fixed Hours & Minutes not parsed by sfI18N::getTimestampForCulture()
r10833: fixed % causes escaping of single quotes in app.yml in some circumstances (closes #2849)
r10739: fixed sfBrowser::restart() doesn...
Join discussion...
Running multiple Symfony versions on the same machine
[+]
http://feeds.feedburner.com/~r/symfony/planet/~3/405751603/
Submitted by
narko
1 week, 6 days, 7 hours agoThere is a great thread of posts in the Symfony Users Google Group about good practices on how to run multiple Symfony versions on the same machine. The different tips include:
Installing different Symfony versions via PEAR
Creating different Symbolic links to different Symfony versions (Eg symfony10, symfony11, symfony12…)
Including each...
Join discussion...
|