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

php[architect]:
January 2015 Issue Released - Be the Boss
Jan 27, 2015 @ 19:18:45

php[architect] magazine has just released their January 2015 issue - "Be The Boss". This issue includes articles talking about freelancing, the importance of communication in open source and the usual columns.

This month is a personal favorite of mine, as the theme is “Be the Boss”. It speaks to those who wish stop working as an employee and strike out on there own, something I’ve done twice in my life. In Get Off the Freelance Roller Coaster!, Yitzchok Willroth (@coderabbi) talks on the importance of not placing all of your eggs in one basket (or projects with one vendor). In Choose Your Own Adventure—Freelancer or Founder?, Joshua Warren talks about the two avenues that are open to those going it on their own, freelancer or business founder.

Articles in this month's edition include:

  • Get Off the Freelance Roller Coaster! (Yitzchok Willroth)
  • Choose Your Own Adventure - Freelancer or Founder? (Joshua Warren)
  • PHP and OS Communication (Julien Pauli)
  • An Introduction to NodeJS

The usual columns (Laravel Tips and Education Station) return once again as well as a a new one from David Stockton called "Leveling Up" to help you become a better developer. You can pick up your own copy from the php[architect] website.

tagged: phparchitect magazine jan2015 issue release boss freelance

Link: http://www.phparch.com/magazine/2015-2/january/

Matt Curry's Blog:
Yahoo Search BOSS as a CakePHP Plugin
Feb 11, 2009 @ 17:14:00

In Matt Curry's most recent blog entry he looks at the creation of a CakePHP plugin that integrates Yahoo! Search BOSS (Build your Own Search Service) into an application.

I mention that Neil’s code would make a really cool plugin. This sparked a discussion as to whether this was possible with Cake’s current plugin architecture. The issues where: how to get the datasource configuration, which would normally go in /app/config/database.php, how to reference the datasource class itself and how to handle the custom route.

The created the plugin with a ConnectionManager instance that goes out and loads in a configuration file inside of his search model in his application.

tagged: cakephp boss yahoo plugin search engine model routes

Link:


Trending Topics: