Archive for the ‘Php News’ Category

Community News: Packagist Latest Releases for 05.12.2013

Recent releases from the Packagist:

Community News: Packagist Latest Releases for 05.11.2013

Recent releases from the Packagist:

Community News: Packagist Latest Releases for 05.11.2013

Recent releases from the Packagist:

NetTuts.com: 10 Tips for Learning a New Technology

On NetTuts.com today they’ve posted a list of tips they think will help you learn a new technology faster. They’ve broken it up into ten different steps, some which could be done at any time but some have a bit more of an order.

We live in a very exciting time. Never before has education been so cheaply available to the masses (if not free). The medium, itself, has made tectonic shifts from a classroom setting, to blogs, screencasts and complete university classes, as a set of videos and interactive forums. Given these resources, there’s absolutely no excuse not to dive in and learn. However, with such a wealth of resources, filtering through the options can often become overwhelming. In this article, I will outline a simple process to kick-start your education.

Among the items in their list there’s things like:

  • “Let the Information Flow Begin”
  • “Listen and Watch”
  • “Blogging”
  • “Feel the Pulse”
  • “Meetups and Conferences”

Each tip comes with a bit of description and some links to other resources and tools that can help you along your way.

Link: http://net.tutsplus.com/articles/general/10-tips-for-learning-a-new-technology

Web & PHP Magazine: May 2013 Issue – “Time Travel”

The Web & PHP Magazine has officially released their latest issue – the May 2013 edition, “Time Travel“.

You may already be familiar with Git, but did you know that it can rewrite time itself? GitHubber Ben Straub explains all in this month’s issue, which also features tutorials on extracting XML data from RSS, using Composer to manage project dependencies and using the PHP Content Repository. If you’ve ever thought about starting a PHP user group, Atlanta PHP User Group co-organiser Kevin Roberts shares his secrets – plus, there’s our regular columns on agile, big data and testing.

Articles included in this latest issue include:

  • “Change the Past” (Ben Straub)
  • “Why do User Groups?” (Kevin Roberts)
  • “Sprint Retrospective Primer” (Steffan Surdek)
  • “Urban Legends and Error Handling” (Stefan Priebsch)
  • “Managing your project’s dependencies with Composer” (Jefersson Nathan de O. Chaves)

As always, this issue is available free of charge and can be downloaded directly from their site.

Link: http://webandphp.com/May2013

7PHP.com: Win (TWO) Free Tickets To Hear Rob Allen Introduce Zend Framework 2 (Nomad PHP)

The 7PHP.com site, in collaboration with the Nomand PHP user group is giving away two free tickets to attend this month’s user group event (happening May 22nd).

NomadPHP is like a virtual PHP User Group mainly for people who do not have the chance to avail of a local PHP user group. But it is open to ANYONE around the world. NomadPHP is an initiative brought forward by the icon of The PHP Community, namely ‘His Awesomeness’ Mr Cal Evans. It will kick-start its first group talk session on the Wednesday 22nd May 2013 (i.e in some 16 days as from the date of this post). The speaker is the PRO PHP Guy / PRO Zend Framework Evangelist and author of the book Zend Framework in action, Rob Allen. Rob will be introducing and talking about Zend Framework 2 – it is a must for anyone willing to learn ZF 2.

The Nomad PHP user group is designed to be a “user group for those that don’t have one”. It’s a virtual group meeting once a month that you can attend anywhere in the world. You do have to purchase tickets, however. This post shows you how you can enter to win one of the two free tickets, though – either via email or by writing a PHP article for 7PHP.com.

Link: http://7php.com/nomadphp-may-2013-free-tickets

PHPMaster.com: MongoDB Indexing, Part 1

New on PHPMaster.com is the first part of their series about indexing in MongoDB, a method for optimizing your collections to make querying them even faster. They cover the five main types of indexes and situations where they can help.

Indexing is one of the more important concepts of working with MongoDB. A proper understanding is critical because indexing can dramatically increase performance and throughput by reducing the number of full documents to be read, thereby increasing the performance of our application. Because indexes can be bit difficult to understand, this two-part series will take a closer look at them.

They look at the default “_id” index, secondary, compound, multikey and multikey compound indexes. Example documents and results are included as well as some of the options that can be set on the index types to tweak performance. They finish up the article with a look at some of the limitations and considerations to think about when using indexing, including that they cannot be used with regex queries.

Link: http://phpmaster.com/mongodb-indexing-1

Community News: Packagist Latest Releases for 05.05.2013

Recent releases from the Packagist:

Community News: Packagist Latest Releases for 05.04.2013

Recent releases from the Packagist:

Reddit.com: Zend2 vs Symfony2

On Reddit.com there’s a discussion happening comparing two popular and prominent PHP frameworks – Zend Framework 2 and Symfony 2.

For those that have used both frameworks, what one do you feel is a better overall framework? I tried ZF2 in beta and it seemed overly complicated to symfony but I don’t know if its gotten better since then.

Opinions shared in the comments of the post include things like:

  • “So if you are learning for job prospects, go Zend. I love Symfony 2 though, its a joy to work with.”
  • “It doesn’t matter. Each has a strength and a weakness, and neither will go away. Pick one and use it, you’ll be fine.”
  • “I don’t think there is such thing as a best framework as you should use the best tool for the job. I don’t think MVC is the solution to all problems.”
  • “Both are quite bloated but they have to be considering their target markets.”

On the whole, the views are of the “best tool for the job” mentality – a good sign for the community and these two frameworks.

Link: http://www.reddit.com/r/PHP/comments/1dcqst/zend2_vs_symfony2