Your Account
Community
Topics (Sources)
More |
Total: 6 - Showing 1 to 6
Installing Eclipse 3.4 + PDT 2.x (nightly build)
[+]
http://www.digitalbase.eu/blog/installing-eclipse-3-4-pdt-2-...
Submitted by
narko
1 month, 1 week, 6 days, 18 hours ago
I told you previously about my frustration getting eclipse 3.3 as a default in the latest ubuntu (Hardy Heron 8.04 ). It looks like they are not going to come up with a solution soon.
This guide will take you through the steps howto get the latest Eclipse together with PDT (PHP development Tools) running on your ubuntu box (Feisty or Hardy)...
Join discussion...
Intergrating phorum into symfony
[+]
http://pookey.co.uk/blog/archives/55-Intergrating-phorum-int...
Submitted by
narko
1 month, 2 weeks, 2 days, 19 hours ago
I've started work on intergrating Phorum into symfony . It's working pretty well so far, but there's still work to do.
If you want to help out, please feel free to email me, my work so far is in SVN at http://svn.two-pebbles.com/sfPhorumPlugin/ , and there's an example that's currently at http://garden.pookey.co.uk/frontend_dev...
Join discussion...
Deploying symfony project with Capistrano
[+]
http://blog.codingspree.net/2008/5/12/deploying-symfony-proj...
Submitted by
krasimir-angelov
3 months, 2 weeks, 3 days, 17 hours agoAs you may know Capistrano is a great tool "originally written to ease the pain of deploying Rails applications". If you are not familiar with it take a look at it's getting started guide. Even if Rails applications development is the primary way that people use Capistrano it can be used for a lot more than that.
Let me show you how you can use it for easy-and-with-no-pain deployment of symfony project.
Join discussion...
I18n is for life (actions), not just for Christmas (templates)
[+]
http://feeds.feedburner.com/~r/symfony/planet/~3/270300996/
Submitted by
narko
4 months, 2 weeks, 1 day, 18 hours agoWell, the point is make sure you Internationalise everything, not just the text you have in the templates.
For example, when using ajax calls you may be rendering text directly from actions, or you may be throwing exceptions which have meaningful error messages which are displayed by the template. You need to remember to “i18nalise” this...
Join discussion...
Using sfFileCache directly
[+]
http://feeds.feedburner.com/~r/symfony/planet/~3/237855659/U...
Submitted by
narko
6 months, 1 week, 3 days, 20 hours agoYou can configure a lot of caching in symfony, so rarely do you need to cache things yourself, but it may happen that one day you decide you need it. I came to that point when I wanted to cache certain results from external web services. I could have used the Function caching, but in this case I wanted to keep a bit more control, possibly altering the cache...
Join discussion...
sfLucene quick tip: displaying categories in model results
[+]
http://feeds.feedburner.com/~r/symfony/planet/~3/234040596/
Submitted by
narko
6 months, 2 weeks, 3 days, 20 hours agoIf any of you are using the great sfLucene Plugin, here’s a quick tip on making your search results a bit more intuitive.
This really only applies to model results (not action results) as there’s an option to add a category to each model. Here’s an example search.yml file that would go in your project’s config [...]
Join discussion...
|