Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Symfony Blog:
Symfony workshop: Last day for early registration discount
May 02, 2007 @ 17:56:24

The symfony blog has a reminder posted today about today being the latest day to get the early registration for their Symfony workshop happening in Paris (June 6-8th).

If you missed the announcement, we are giving a training on symfony for novices to advanced beginners. The event takes place in Paris, from Wednesday 6th to Friday 8th of June, and it is in English. The training program, as well as all the details and pricing, are available at the Sensio Labs website.

The early bird registration price is 1200 Euro as long as you register today, but it'll jump up to 1400 Euro for anytime after.

tagged: registration symfonyframework dicsount workshop registration symfonyframework dicsount workshop

Link:

Symfony Blog:
Symfony workshop: Last day for early registration discount
May 02, 2007 @ 17:56:24

The symfony blog has a reminder posted today about today being the latest day to get the early registration for their Symfony workshop happening in Paris (June 6-8th).

If you missed the announcement, we are giving a training on symfony for novices to advanced beginners. The event takes place in Paris, from Wednesday 6th to Friday 8th of June, and it is in English. The training program, as well as all the details and pricing, are available at the Sensio Labs website.

The early bird registration price is 1200 Euro as long as you register today, but it'll jump up to 1400 Euro for anytime after.

tagged: registration symfonyframework dicsount workshop registration symfonyframework dicsount workshop

Link:

Spindrop.us:
Creating, Updating, Deleting documents in a Lucene Index with symfony
Apr 24, 2007 @ 20:28:00

In yet another follow-up in their series on using the Lucene search functionality the Zend Framework offers inside of Symfony.

Previously we covered an all-at-once approach to indexing objects in your symfony app. But for some reason, people find the need to allow users to sign up, or change their email addresses and then all of a sudden our wonderful Lucene index is out of date.

Here lies the strength of using Zend Search Lucene in your app, you can now get the flexibility of interacting with a Lucene index, no matter how it was created and add, update and delete documents to it.

Instead of going the "clunky" route of having a cron job update the search information nightly, they opt for a method that updates the database whenever new content is added/updated/deleted. They change up the class they generated before and add methods to reindex whenever each method is run.

tagged: create update delete document zendframework symfonyframework search create update delete document zendframework symfonyframework search

Link:

Spindrop.us:
Creating, Updating, Deleting documents in a Lucene Index with symfony
Apr 24, 2007 @ 20:28:00

In yet another follow-up in their series on using the Lucene search functionality the Zend Framework offers inside of Symfony.

Previously we covered an all-at-once approach to indexing objects in your symfony app. But for some reason, people find the need to allow users to sign up, or change their email addresses and then all of a sudden our wonderful Lucene index is out of date.

Here lies the strength of using Zend Search Lucene in your app, you can now get the flexibility of interacting with a Lucene index, no matter how it was created and add, update and delete documents to it.

Instead of going the "clunky" route of having a cron job update the search information nightly, they opt for a method that updates the database whenever new content is added/updated/deleted. They change up the class they generated before and add methods to reindex whenever each method is run.

tagged: create update delete document zendframework symfonyframework search create update delete document zendframework symfonyframework search

Link:

SymfonyForge:
Updates and New Features
Apr 24, 2007 @ 15:06:00

The SymfonyForge has some great new updates to their site they've shared with us today - several new pages and bits of functionality to help fill out the already great content of the site.

Items added include:

They they also note some of the stipulations around being able to submit a plugin - including following coding standards and documenting your source code.

tagged: symfonyframework symfonyforge update feature symfonyframework symfonyforge update feature

Link:

SymfonyForge:
Updates and New Features
Apr 24, 2007 @ 15:06:00

The SymfonyForge has some great new updates to their site they've shared with us today - several new pages and bits of functionality to help fill out the already great content of the site.

Items added include:

They they also note some of the stipulations around being able to submit a plugin - including following coding standards and documenting your source code.

tagged: symfonyframework symfonyforge update feature symfonyframework symfonyforge update feature

Link:

Spindrop.us:
The Lucene Search Index and symfony
Apr 24, 2007 @ 12:43:00

In a sort of follow up to a previous post about implementing the entire Zend Framework inside a module for Symfony, Dave Dash is back with this new post showing how to put it into practice - creating a search engine using the Lucene functionality the Zend Framework offers.

In this tutorial we're going to delve into the Lucene index. Zend Search Lucene relies on building a Lucene index. This is a directory that contains files that can be indexed and queried by Lucene or other ports. In our example we'll be creating a search for user profiles.

He shows the structure of where the index can go and, of course, the code to get it there. He also includes a simple script for the other piece of the puzzle - the search itself.

tagged: lucene search zendframework symfonyframework plugin sfzendplugin lucene search zendframework symfonyframework plugin sfzendplugin

Link:

Spindrop.us:
The Lucene Search Index and symfony
Apr 24, 2007 @ 12:43:00

In a sort of follow up to a previous post about implementing the entire Zend Framework inside a module for Symfony, Dave Dash is back with this new post showing how to put it into practice - creating a search engine using the Lucene functionality the Zend Framework offers.

In this tutorial we're going to delve into the Lucene index. Zend Search Lucene relies on building a Lucene index. This is a directory that contains files that can be indexed and queried by Lucene or other ports. In our example we'll be creating a search for user profiles.

He shows the structure of where the index can go and, of course, the code to get it there. He also includes a simple script for the other piece of the puzzle - the search itself.

tagged: lucene search zendframework symfonyframework plugin sfzendplugin lucene search zendframework symfonyframework plugin sfzendplugin

Link:

Symfony Blog:
June 6-8: Symfony workshop in Paris
Apr 18, 2007 @ 15:21:00

On the Symfony blog today, Francois Zaninotto points out a workshop that two of the framework's developers will be holding in Paris on June 8th through 6th.

The target audience is beginner to intermediate, and the workshop will be given in English. This is a unique opportunity to learn symfony from its creators. [...] At the end of the workshop, you will be able to develop high quality web applications on your own, you will understand the mechanics behind the curtain, locate code parts in a snap, and feel confident with the rapid application development techniques.

The event will be held at the Hotel Concorde Montparnasse and the cost for the event starts at 950 Euro for teams and 1200 Euro for early registrations. Check out this page for more details on the event.

tagged: symfonyframework workship paris france training symfonyframework workship paris france training

Link:

Symfony Blog:
June 6-8: Symfony workshop in Paris
Apr 18, 2007 @ 15:21:00

On the Symfony blog today, Francois Zaninotto points out a workshop that two of the framework's developers will be holding in Paris on June 8th through 6th.

The target audience is beginner to intermediate, and the workshop will be given in English. This is a unique opportunity to learn symfony from its creators. [...] At the end of the workshop, you will be able to develop high quality web applications on your own, you will understand the mechanics behind the curtain, locate code parts in a snap, and feel confident with the rapid application development techniques.

The event will be held at the Hotel Concorde Montparnasse and the cost for the event starts at 950 Euro for teams and 1200 Euro for early registrations. Check out this page for more details on the event.

tagged: symfonyframework workship paris france training symfonyframework workship paris france training

Link:


Trending Topics: