Archive for the ‘symfony’ Category

Developing Symfony with Eclipse

June 3rd, 2009

hi i found a great link for symfony developers.

Developing Symfony with Eclipse

The Symfoclipse-Plugin: Currently in Version 1.2.1 this is the first Symfony-Plugin for Eclipse. Some glitches and rough edges but pretty usefull. It allows you to run common commands like freeze, cc and so on for a symfony project. First support for YAML is also available. The plugin is available from: http://noy.cc/symfoclipse

from ,

hiren sejpal :)

Symfony

May 25th, 2009

A framework streamlines application development by automating many of the patterns employed for a given purpose. A framework also adds structure to the code, prompting the developer to write better, more readable, and more maintainable code. Ultimately, a framework makes programming easier, since it packages complex operations into simple statements.

Symfony is a complete framework designed to optimize the development of web applications by way of several key features. For starters, it separates a web application’s business rules, server logic, and presentation views. It contains numerous tools and classes aimed at shortening the development time of a complex web application. Additionally, it automates common tasks so that the developer can focus entirely on the specifics of an application. The end result of these advantages means there is no need to reinvent the wheel every time a new web application is built!

Symfony was written entirely in PHP 5. It has been thoroughly tested in various real-world projects, and is actually in use for high-demand e-business websites. It is compatible with most of the available databases engines, including MySQL, PostgreSQL, Oracle, and Microsoft SQL Server. It runs on *nix and Windows platforms. Let’s begin with a closer look at its features.

original blog from :  Symfony

some useful symfony plugins

May 12th, 2009

here is the some useful symfony plugin list for symfony developers.

sfDynamicsPlugin

Manage javascripts/stylesheets libraries as coherent packages, dependencies, packing, caching and supercaching. JS framework independant. No magic included.

sfLanguageSwitchPlugin

This plugin gives you a component to include a simple language switcher. It holds the current URL and changes the sf_culture parameter.

ysfDimensionsPlugin

This plugin gives you a component to include a simple language switcher. It holds the current URL and changes the sf_culture parameter.

i18nTranslatePlugin

attempt to translate your sentences using Google AJAX Language API

sfKsnNewsPlugin

Main features includes: * multilanguage support (the same news item in different languages) * frontend (AJAX or form-based) administration * backend administration * lastest news block component and helper * autogeneration of news item annotation * fully customizable to suit your needs * news item files managment * nested news categories * RSS feed

hope tht you liked it.

thank you,

kiran vadariya

some usefule symfony plugins :)

Different type of Open source license

April 24th, 2009

OSI approved licenses

Licenses that are popular and widely used or with strong communities (9)

Special purpose licenses

Other/Miscellaneous licenses

Licenses that are redundant with more popular licenses

Non-reusable licenses (25)

Superseded licenses (5)

Licenses that have been voluntarily retired

Not categorized

hope your r enjoyed this one:)

from,

kiran vadariya

Symfony 2.0 an Enhancement of Symfony 1.0.

April 22nd, 2009

Symfony 2.0 is a major step forward for the symfony project. This new version introduces new concepts and new components, and make the framework even more decoupled and flexible than before. As an added bonus, the framework is also more lightweight and much faster. This session will give you a feeling of the power of Symfony 2.0 by introducing the main new components of the framework.

It’s realy good and nice one framework of PHP5.So let’s begin toward it.