The dmTagPlugin allows to add tags to your records.
It packages
- a Doctrine behaviour, "DmTaggable"
- three front widgets: "dmTag/list", "dmTag/popular" and "dmTag/show"
- an admin interface to manage tags
DmTaggable works like Doctrine Taggable.
The main difference is that the DmTag model physically exists; it allows to use the DmTagTable at any moment.
One Diem page is created for each tag.
The plugin is fully extensible. Only works with Diem 5.0 installed.
git clone git://github.com/diem-project/dmTagPlugin.git plugins/dmTagPlugin
class ProjectConfiguration extends dmProjectConfiguration { public function setup() { parent::setup(); $this->enablePlugins(array( // your enabled plugins 'dmTagPlugin' ));
php symfony doctrine:generate-migrations-diff
php symfony doctrine:migrate
php symfony dm:setup
Article:
actAs:
DmTaggable:
columns:
title: { type: string(255) }
As for any schema modification, you now need to run doctrine migrations, then dm:setup.
We can manage the tags a record has by using a few simple functions.
Below we'll show examples of how we can use each of the above methods described.
We can easily set the tags by using the setTags() method. This method completely removes any existing tags then adds the tags you've specified. Below is an example.
$article = new Article(); $article->title = 'This is a sample article'; $article->setTags('2010, symfony, doctrine')->save();
Now internally setting that tags string would create any DmTag records that don't already exist in the database, and it would synchronize the associations between the Article and the DmTag records.
We can add to the existing set of tags by using the addTags() method.
$article->addTags('new tag, diem')->save();
This will not affect any existing tag associations. It will only add new tags to the Article.
Now if we wanted to remove an existing tag we can simply use the removeTags() method.
$article->removeTags('diem')->save();
Sometimes we may want to simply remove all the tags from a record. This can be done by using the removeAllTags() method.
$article->removeAllTags()->save();
All of the above methods of managing your tags don't persist the changes to the database until we call the save() method. Internally this method is adding/removing DmTag instances from the collection of Tags in the relationship. So the collection is not saved until we call save().
Records are related when they share at least one tag.
$article1->addTags('test')->save(); $article2->addTags('test')->save(); // returns a collection of Article containing article2 $article1->getRelatedRecords(); // returns a collection of Article containing article1 $article2->getRelatedRecords();
We can get all records of a model, which have a given tag.
For example, to get all Article records which have the tag "release", we can do:
// Find the "release" tag $tag = dmDb::table('DmTag')->findOneByName('release'); // Get all articles tagged with "release" $articles = $tag->getRelatedRecords('Article');
You can also get the doctrine query and fetch the records by yourself:
$query = $tag->getRelatedRecordsQuery('Article'); $articles = $query->where('r.is_active = ?', true)->fetchArray();
Sometimes we may want to get all the tags that are the most popular across our content. This can be done easily enough by using the DmTagTable method named getPopularTags().
$tags = Doctrine::getTable('DmTag')->getPopularTags();
This returns a collection of DmTag instances with some additional aggregate data which calculates the number of time the tags have been used across all models, and how many times it has been used total across all models. The names of the added keys for our examples are the following.
By default the getPopularTags() methods returns the count for all models the behavior is enabled on. If we want to limit the models it returns results for then we can specify a single model to get the popular tags for or an array of models.
If we had the behavior enabled on multiple models. For example one other model named Photo. We could get the popular tags for one of the single model.
$tags = Doctrine::getTable('DmTag')->getPopularTags('Photo');
Or if you wanted to get the tags for multiple models you can specify an array.
$tags = Doctrine::getTable('DmTag')->getPopularTags(array('Article', 'Photo'));
An admin interface is available in the Content->Tag menu.
If you have, let's say, an "Article" model which is taggable:
Article:
actAs:
DmTaggable:
columns:
title: { type: string(255) }
You want to be able to apply tags to each article on the article admin interface.
It's possible by adding the "tags" field in the form configuration:
apps/admin/modules/article/config/generator.yml
form:
display:
NONE: [title, tags]
You should now have a autocompleter in the article admin forms, to help you applying existing and new tags to each article:

A dmTag/list page has been automatically created. You can find it the pages tree, in the front left panel.
To add a widget containing all tags inside, find the tag/list widget in the front "Add" menu, take it and drop it to the page.
To add a widget containing all popular tags, find the tag/popular widget in the front "Add" menu, take it and drop it to the page.
Also, each tag has a dmTag/show page to represent it.
To add a widget containing the current tag for a dmTag/show page, find the tag/show widget in the front "Add" menu, take it and drop it to the page.
Add a "listByTag" component to your article module in
config/dm/modules.yml
article:
page: true
components:
listByTag: { filters: dmTag }
Then generate the component by clicking the refresh button in the front tool bar.
Then, find the article/listByTag widget in the front "Add" menu, take it and drop it to the tag/show page.
When using a filtered list, the object we filter with is available in the component method, and the partial.
apps/front/modules/article/actions/components.class.php
public function executeListByTag() { // $this->dmTag; $query = $this->getListQuery(); $this->articlePager = $this->getPager($query); }
apps/front/modules/article/templates/_listByTag.php
// $dmTag;
Diem internal search engine uses the HTML keywords meta tag to calculate page relevance. By using your records tags in the page keywords, you can improve a lot your search engine efficiency.
Suppose we have a "Article" model which act as DmTaggable. In your admin, open "Seo->Automatic Seo", then the "Article" tab. In the keywords input, add "%article.tags_string%":

Open issues
Closed issues
dmTagPlugin, created on February 9, 2010 by Thibault D, used by 684 projects
valter779March 5, 2010 1:58 PM
hi, i think there is an error in part "Create a widget to show articles related to a tag":
actions:
listByTag: { filters: dmTag }
Instead of actions must be components. Anyway I get 500 server error when trying to add widget on frontend. I think the problem is in { filters: dmTag } . Can anyone help me? vvv.jan at gmail.com
ThibaultMarch 5, 2010 3:27 PM
Thanks, I updated the doc with "components".
About yout problem: please report it in Google Groups or the Forum and you'll get help. See links below.
InvilasiaApril 9, 2011 12:39 PM
Sup all,
Im new here im just posting to say Hello.
How is everyone?
eabtpyavi2eAugust 16, 2011 8:37 AM
The [url=http://www.convertvideo.org/]Blu-Ray to iPad Ripper[/url] is a energetic and easy-to-use Blu pencil converter object of iPad fans. It is especially designed in compensation users who would like to rip Blu gleam DVD movies as far as something iPad. This professional Blu ray to iPad Ripper software supports converting Blu beam DVD to MPEG-4, H.264/MPEG-4 AVC, MOV, M4V.
This Blu-Ray to iPad Ripper possesses multiple video editing functions, such as compact, crop, join, snapshot, and so on. Moreover, it allows you to set the video brightness, differentiate, saturation. The deinterlacing ritual helps you metamorphose interlaced video to progressive video, which greatly optimizes the video effect. You can own contrastive video effects towards your iPad now.
* Be torn Chap-fallen beam DVD for the treatment of iPad
* Take away MKB V21 BD copy protections
* Fortify playlist
* Robot-like deciphering
* Tough editing functions
* Intuitive interface and easy to manoeuvre
http://www.convertvideo.org/
accibecomAugust 18, 2011 5:56 AM
Very nice to read such "old" posts!
This topic, like the little that you can see, they feel accompanied us at the beginning
anadayvatSeptember 25, 2011 7:20 AM
Here's our list of the best web hosting coupons and [url=http://www.basishost.com/hosting/]discounts for 2011[/url]. To use the coupon codes simply click on the buttons and the coupon will be displayed.
[url=http://www.basishost.com/hosting/]Hosting[/url] -[url=http://www.basishost.com/hosting/] Get started for just one cent[/url]! Use our coupon to save $9.94 off your first payment. at http://www.basishost.com/ This means you can try the popular Baby plan with [url=http://www.basishost.com/hosting/]unlimited domain hosting[/url] [url=http://www.basishost.com/vps/]for a month and pay just one penny[/url]. Grab this deal while it lasts!
http://www.basishost.com/hosting/
Regards
Web Hosting
ArorimarbubSeptember 30, 2011 10:39 AM
When you need a motivating website you might like to e-mail us. Good websites - [url=http://www.katalog-super.pl/internet-i-komputery/strony-internetowe-radom,o,235.html]strony internetowe Radom[/url]
may be the work of numerous people that know their stuff. Therefore, we make use of an expert who will design for yourself an excellent website.
XRumerTestOctober 6, 2011 10:15 AM
Hello. And Bye.
pletcherollOctober 7, 2011 6:11 AM
Latest [url=http://www.coach-outlet-handbags.com]coach handbags[/url]Crammer Escape Coupon. Here is a unusual Behaviour Coupon after Sep 2011 that helps you to induce 30% At[url=http://www.coach-outlet-handbags.com]cheap coach handbags[/url] Exercise mill Stores.Coach is a unequalled American schemer and maker ofnothing lifestyle [url=http://www.coach-outlet-handbags.com]cheap coach bags[/url] and accessories.
uggbootsd3October 12, 2011 5:03 AM
Ways You To Spend Less Money On Your Car Fuel
Most people living in the US are forced to drive cars since the country does not have a public transportation system. Whatever one likes to blame it on, greed, speculation or simply supply and demand, gas prices are sky-high. Tips on on ways to save on gas would thus be welcome at the moment. When you save a little money here, and a bit there, before long you have saved a good sum of money.
Having a car that's fuel-efficient is the plainest way you can save on gas, like a sedan, or a hybrid, if that's within your means. Even if your automobile gets 50 miles to the gallon, you need to learn to drive slower, and keep from accelerating quickly, especially as traffic lights turn green. The more you press the gas pedal the more gas is consumed, so make a habit of free-wheeling and letting the vehicle's momentum carry it forward. A number of small things will keep your fuel tank from running out of gas too quickly.
The same grade of fuel is not set for all automobiles, or even for all places, so see to it that you stick to what's determined for yours. If your auto is designed to benefit from running on premium gasoline, then that's what you should fill up with, but other than that you're throwing money away. Removing extra weight from a vehicle and keeping to slower speeds saves a surprising amount of gasoline. Driving at high speed means more air needs to be transplaced and that drag climbs up, which all means a diminution in fuel efficiency. Hence, if you go slower, you will save money and it is much safer also.
One piece of needless weight you can get rid of in order to save fuel, unless you need it to transport something, is a roof rack. Along with adding weight to your car, roof racks raise the drag, both pulling down your fuel efficiency. Look in your vehicle's trunk and get rid of any weight that's not essential, no matter how little you think the difference it may make. Oil prices don't look set to go down meaningfully, so either learn to live with it or seek alternative fuel sources while finding ways to cut back on your usage. Almost all people seem to be content with doing everything the way they always have, pay the higher gasoline prices, and perhaps complain a little bit.
In addition to cars with greater fuel-efficiency being bought in large numbers, nothing much is being done. ThosePeople who through economic constraints cannot go either of the routes of a new, more fuel-efficient vehicle, or searching for alernative fuel sources, are the ones who are likely to try their best to save fuel. Perhaps, one day soon, it will get through to all of us that it's a great idea to use gasoline as sparingly as possible. In addition to the money that would be saved, convincing every person to drive more slowly would make our roads a lot safer and cleaner.
[url=http://www.authenticjerseysnfl.net/minnesota-vikings-jerseys]Minnesota Vikings Jerseys[/url]
[url=http://www.authenticjerseysnfl.net/chicago-blackhawks-jerseys]Chicago Blackhawks Jerseys[/url]
[url=http://www.cheapjerseysnhl.net/nhl-jersey]NHL jersey[/url]
[url=http://www.cheapjerseysnhl.net/tampa-bay-rays]Tampa bay Rays[/url]
[url=http://www.nflcheapjerseyss.com/pittsburgh-steelers]Pittsburgh Steelers[/url]
[url=http://www.nflcheapjerseyss.com/2010-super-bowl]2010 Super Bowl[/url]
[url=http://www.salesnfljerseys.comst-louis-blues]St.Louis Blues[/url]
[url=http://www.salesnfljerseys.comgolden-state-warriors]Golden State Warriors[/url]
[url=http://www.topnfljerseyswholesale.com/nba-jerseys]NBA Jerseys[/url]
[url=http://www.topnfljerseyswholesale.com/tennessee-titans]Tennessee Titans[/url]
MAPLYATROBAMPNovember 17, 2011 6:52 PM
Doh! I was domain searching at namecheap.com and went to type in the domain name: %BLOGURL% and guess who already purchased it? You did! lol j/k. I was about to purchase this domain name but realized it was taken so I figured I'd come check it out. Nice blog! uggs boots cheap
570c7e943dc95da6de2b0779c3f9eb4f
[url=http://www.cheapuggs-store.net/ugg-bailey-button-triplet-boots-c-29.html]ugg bailey button triplet boots[/url]
[url=http://www.uggscheapus.com/]cheap ugg boots for sale[/url]
[url=http://www.cheapuggs-store.net/]ugg boots for cheap[/url]
[url=http://www.discountuggbootsite.com/]ugg boots discount[/url]
[url=http://www.cheapuggshome.net/]uggs boots sale[/url]
[url=http://www.cheapuggs-store.net/ugg-classic-short-boots-c-4.html]ugg classic short cheap[/url]
[url=http://www.cheapuggbootsuksite.com/]Ugg Boots UK[/url]
[url=http://www.cheapuggs-store.net/ugg-classic-tall-boots-c-5.html]uggs classic tall[/url]
[url=http://www.cheapuggs-store.net/ugg-bailey-button-boots-c-10.html]cheap uggs bailey[/url]
I'm starting a new internet blog directory and was wanting to know if I can submit your website? I'm trying to increase my directory gradually by hand so that it maintains good quality. I will make sure and put your blog in the appropriate category and I'll additionally use, "%BLOGTITLE%" as your anchor text. Make sure you let me know if this is ok with you by contacting me at: %EMAIL%. Thanks alot :) cheap ugg boots store
Related links:
north face sale http://www.boseheadphones.uk.com north face uk
cheap north face jackets http://www.thenorthface-outlet.me.uk/womens-north-face-jackets-c-76_77_66.html mens north face jacket sale
uggs bailey triplet http://www.cheapuggs-store.net/ugg-classic-short-boots-c-4.html ugg bailey button boots
Cheap Ugg Boots http://www.cheapuggs-store.net/ugg-bailey-button-boots-c-10.html Cheap Ugg Boot Sale
bailey uggs http://www.cheapuggbootsuksite.com/ cheap ugg boots store
Read more:
[url=http://mrpattinson.com/forum/index.php?action=profile;u=72385]north face outlet
[url=http://vvv.promigrant.ru/forum/viewtopic.php?f=2&t=123195]the north face cheap
[url=http://gatheringoftheways.com/forum/index.php?topic=17085.new#new]north face denali jackets
[/url]
[url=http://www.andersonvalleypost.com/news/2010/oct/08/anderson-candidates-forum/?partner=RSS]north face denali jackets for women
[/url]
[url=http://suite-rosetta.jp/csaa/bbs/light.cgi?page=0]north face jackets [/url]
[url=http://213.251.185.41/newreply.php?do=newreply&p=52231]the north face sale and ugg classic short cheap [/url]
[url=http://www.lzdl2.com/bbs//forum.php?mod=viewthread&tid=11684&extra=]north face jackets [/url]
[/url]
erergladoNovember 18, 2011 7:05 AM
UGG nightfall will be an sophisticated edition [url=http://www.uggboots-canadas.com/]ugg boots canada[/url] created upon foundation linked to UGG traditional high. This particular [url=http://www.uggirelandboots-sale.net/]Uggs ireland[/url] design is in fact elegant however fashionable so that they can renew any [url=http://www.uggbootscanada-store.com/] ugg boots canada sale[/url] kind of seek out diligent eye. For just about [url=http://www.uggsgreeces.com/]uggs greece[/url] any ladies who’re thinking about most recent style craze| a set of UGG [url=http://www.uggsbootscanadacheap.com/] ugg boots canada[/url] nightfall from a wealthy tone is the [url=http://www.uggscanada-shop.com/]uggs canada outlet[/url] greatest wager so that they can reduce a [url=http://www.uggscanadasite.com/]ugg boots canada[/url] good determine this specific winter season. As well as the best relaxation| showcasing the [url=http://www.uggs-canadas.com/] ugg canada[/url] actual up-to-date shafts creating a edge associated with fleecy coating to produce the touch [url=http://www.uggbootsireland-shop.com/]uggs ireland[/url] associated with delicious within and also slimmer the actual [url=http://www.bootsirelandsale.net/]ugg boots[/url] womanly aspect combined with ornamental [url=http://www.uggscanadansale.com/]ugg canada[/url] however practical ribbons close to with regards to additional [url=http://www.uggcanadaboots-sale.com/] cheap ugg boots[/url] design| this particular ugg trunk design is often a enjoyment in order that will ladies.
[url=http://www.uggscanada-shop.com/]cheap uggs canada[/url]
[url=http://www.uggsgreeces.com/]uggs greece[/url]
[url=http://www.uggbootscanada-store.com/] ugg boots canada online[/url]
[/url]
[/url]
[/url]
[/url]
[url=http://www.roooya.com/vb/member.php?u=132447]ugg canada
http://www.uggsbootscanadacheap.com/ cheap ugg boots
http://www.uggbootscanada-store.com/ cheap ugg boots canada
http://www.uggirelandboots-sale.net/ Uggs ireland
742051163fc1f2e1ae1334d01be6a6a9
invifeUnmafNovember 24, 2011 4:51 PM
Hi guys,
i curiosity know what in your idea is a attractive tube position in search iphone/android dev.
i demand behold a lot of locale that just proffer minute private showing and about a invite for a subscrtiption...
ie: bang you later.com or stuff like that...
disclose 'premium part'
this united
[url="http://iphone.pornhub4u.com/"]http://mobile.pornhub4u.com/[/url] but i am not able to seek the movie (maybe is just the galaxy s that isn'a able)
doesn't say anything give steep
hermes outletDecember 9, 2011 7:31 AM
That [url=http://www.hermesoutletuk.com/products_all.html][b]hermes outlet[/b][/url] is definitely constructed connected with just the main [url=http://www.hermesoutletuk.com/products_all.html][b]hermes outlet online[/b][/url] household synthetic leather cushioning possessing a rather comfortable in addition to elastic associated colour [url=http://www.hermesoutletuk.com/hermes-bags-c-53.html][b]hermes handbags[/b][/url] microscopic [url=http://www.hermesoutletuk.com/hermes-bags-c-53.html][b]hermes handbags outlet[/b][/url] in addition to skin. This electronics within this Hermes Birkin Handbags includes the most [url=http://www.hermesoutletuk.com/hermes-bags-c-53.html][b]hermes bags outlet[/b][/url] effective good quality provides usually lined jointly [url=http://www.hermesoutletuk.com/hermes-bags-c-53.html][b]hermes bags[/b][/url] having uncommon steel or even palladium that doesn't tarnish which includes secret may [url=http://www.hermesoutletuk.com/hermes-belts-c-54.html][b]hermes belt[/b][/url] indeed. Just one [url=http://www.hermesoutletuk.com/hermes-purses-c-55.html][b]hermes purses[/b][/url] alligator natural leather Hermes Birkin Carry along with jewel studded electronics seemed to be bought for just about any doc[url=http://www.hermesoutletuk.com/hermes-purses-c-55.html][b]hermes wallets[/b][/url] ,one thousand [url=http://www.hermesoutletuk.com/hermes-belts-c-54.html][b]hermes belts[/b][/url] in addition in an industry.
eteseandarpJanuary 18, 2012 5:20 AM
Are You Looking For Hindi Newspapers Website For Hindi News
Mortgage Loan Us Mortgage Process And Brokerage
http://archmage.us/forums/member.php?action=profile&uid=1806
http://wiki.howardforums.com/index.php/User:Krobexc
http://aviary.colinmorris.org/userinfo.php?uid=1980
[url=http://en.rodovid.org/wk/User:Krobexd ]tom brady [/url]
unurgedrigmepJanuary 22, 2012 7:07 PM
What is a Virtual Local Phone Number ? It is a local phone number in a country’s specific area code, not associated with phone line and designed for redirection purpose only. It is good for business people or for people living abroad .
[url=http://telnum.net/en/]roma virtual number
[/url]
They can receive all the incoming calls in a country of their location(with calls forwarding)and can keep the callers think that they are somewhere next to them. It could be done in a couple of ways depending on a countries involved. We have virtual local phone numbers in over 90 countries for example we got a request form US customer about solution to communicate with his relative in Nigeria....
apecisearFebruary 1, 2012 12:52 AM
The Meratol product is advantageous for the people people who are vegetarians and will not skimp themselves and notion by any means This text message will provide you with an genuine Meratol evaluate Meratol products are shipped globally Ok; the wish comes true It's commonly especially hard to stay with all of the diet program approved regularly and also rewards in urges [url=http://meratol.blinkweb.com/]meratol coupon code[/url]
An inadequate living this To shed pounds in the healthful means, your body have to have correct eating routine The purpose Meratol is proven to be so helpful is due to the ingredients the idea uses; these are 100% all-natural for that reason you won't need to practical knowledge almost any detrimental unwanted side effects. It is the 5 major compounds within Meratol that really help an individual slim down throughout five various ways. Not the same as large amount of the diet plan items all of us usually learn it really is challenging to categorize Meratol as among the weight loss supplements, appetite suppressant or perhaps weight loss supplement Therefore , the Exotic Draw out can help to balance your sweets degrees that can reduce It contains 4 helpful materials: dried up prickly pear foliage, brown seaweed remove, prickly pear vitamins along with capsicum trace components Fat loss must be your most reasonable top priority; since excess fat can bring about unsafe diseases A pair of situations are presented below; you are that it's a natural solution, not like many other tablets which are usually synthetics specifically that contain stimulants [url=http://meratol.blinkweb.com/]meratol ingredients[/url] * Eliminate 3-5 weight Each week This is the reason why Exotic remove has become extra among the major elements associated with Meratol This really is a particular goal the reason why the majority of capsules will not work, even when they do, fat acquire is way more when the man or woman shouldn't be prepared to conform on the strategy
Try experiment with this unique item straight away The 2nd element highlighted within Meratol evaluations will be it's several pronged approach to the body weight difficulty Amazing, don't you think?So how will Meratol work? Strangely enough, the designers with this weight loss pill, Superior Health, a Scotland-based organization, spent some time working hard to hand out something new using their research laboratory, which can be risk-free, organic and also useful in every means This will help to lose another 278 calories everyday Meratol Review As a result excess fat that is still placed previously within the body sets out to cremate when the electrical power raises This device is accessible only at the net shops [url=http://meratol.blinkweb.com/]meratol ingredients[/url] Which in turn can decrease the craving for food because the body won't need the extra sweets Meratol is simply distributed on-line as of now and will not need to have virtually any medical professionals prescribed to be sold to you
saipsyjagmaFebruary 2, 2012 12:58 PM
[url=http://angry-bids-play-online.com/]New Angry Birds[/url]
[url=http://angry-bids-play-online.com/category/angry-birds-pictures/]Angry Birds Pictures[/url]
[url=http://angry-bids-play-online.com/play-angry-birds-online/]Angry Birds on line[/url]
[url=http://angry-bids-play-online.com/angry-birds-walkthrough/]Walkthrough Angry Birds[/url]
PorkassyFebruary 3, 2012 5:52 AM
I am sure you will love <a href=http://www.replica-aaa.net/>aaa replica</a> to get new coupon