Doctrine 2 Tutorials or books? [closed] - doctrine

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm trying to find any tutorials or books to get started with Doctrine 2, but seems there are not many resources especially for 2. If you know any tutorials or books please let me know. Thanks

actually, the documentation is good if you are using it the way they are using it. But if you are using other objects, you will have a hard time finding documentation for it anywhere.

I think the official documentation is really good, and there is no need for any other resources... There is a series of articles I know about, but it's in czech, so I suppose you're not interested :)

Related

What tutorials or books are available for learning turn-based strategy game programming using HTML5? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm looking for tutorials/books/other resources for writing a HTML5 turn-based strategy game. I'd also be interested in any source code examples. Any suggestions?
Please checkout html5gamedevs.com ,this might help you.

reactiveui samples [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm really amazed with reactive extensions library created by Microsoft and the MVVM framework 'reactiveui' build on top of it. I would love to use it in my project, but I cannot find any examples of using it in standard applications. I've seen Paul's (creator) blog posts, but what I need is not samples of codes, but sample application.
I want to build windows phone7/ windows 8 application with Reactive-UI, but I would like to know how to exactly use it in the there (not dry 3lines of usage example).
Please let me know if you know any open source examples, where Reactive-UI has been used.
You can check this GitHub repo
In the ReactiveUI.Sample.WP7 folder you can find the Sample application.

Good book about Akka library and actor-based concurrency model [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am looking for a book which cover Akka in detail. Specifically the book should cover best practices in actor-based concurrency, what pitfalls should be aware of? I actually tried searching for a while but could not find even a book about Akka.
Already plowed through the 330 pages of Akka Documentation?
How about Akka in Action? Once it is out of MEAP of course.

Looking for joomla flight search extension [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I have kept on searching for flight searching extension for a while and I can not find the joomla flight search extension (no need booking function).
Where can I find it?
Should I start learning php, xml, mysql to build an extension? I have a little programming background.
There isn't one that I know of. You will have to pick an API that works for you and write a component to query it. This is a little dated but the info and links are accurate for finding a flight search API - http://blog.programmableweb.com/2007/10/29/5-travel-apis-from-comparison-to-booking/

Initial skeleton for Firefox extensions? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I always seem to have a hard time starting a new Firefox extension. Can anyone recommend a good extension skeleton, scaffold, or code generator? Ideally one that follows all the best practices for FF extensions?
This one works nice: https://addons.mozilla.org/en-US/developers/tools/builder
Of course googling for "firefox extension generator" is where I found it ;)
Look up this eclipse plugin:
SPKet
It will take care of the skeleton and 50 other things, you will love it.

Resources