programming-php.net
Clean Code Archives - Programming PHP
http://programming-php.net/category/clean-code
Es ist einfach so zu programmieren, dass ein Computer damit etwas anfangen kann. Viel schwieriger ist es, es auch anderen Menschen zugänglich zu machen. Das erweiterte Specification Pattern. If ($user- isModerator() $user- isAdmin() ) { / Zugriff gestattet }. Diese Konstrukte funktionieren natürlich erstmals. Aber dann ändern sich unsere Anforderungen. Neben den Administratoren und den Moderatoren sollen jetzt auch Stamm-User Zugriff auf den Bereich haben:. Auf diese Art und Weise bleiben unsere Spezifik...
programming-php.net
ZF2-Kurztipp: Environment mit ZFTool testen - Programming PHP
http://programming-php.net/zf2/zf2-kurztipp-environment-mit-zftool-testen
ZF2-Kurztipp: Environment mit ZFTool testen. Während sich das Zend Tool im Zend Framework 1 noch hauptsächlich darauf beschränkt hat, Controller und andere Klassen anzulegen, bringt sein Nachfolger, das ZFTool. Modul, für das Zend Framework 2 auch die Möglichkeit mit, seine Environment automatisch zu überprüfen. Das ganze nennt sich Diagnostics und funktioniert wahlweise über die Kommandozeile oder das Webinterface. In der Anleitung. Zend Framework 2 Ressourcen. Verschiedene Environments mit dem ZF2.
programming-php.net
Zugriff auf die Konfiguration im Zend Framework 2
http://programming-php.net/zf2/zugriff-auf-die-konfiguration
Zugriff auf die Konfiguration. Die Konfiguration im Zend Framework 2 zu füllen, ist nicht schwierig. Wie aber kann man auf die Konfiguration zugreifen? Quick and dirty geht das ganz einfach:. Namespace MyModule; class Module { public function getConfig() { return array( 'my-module' = array( 'foo' = 'bar' ) ); } }. Zugriff z.B. im Controller: $config = $this- getServiceLocator()- get('Config'); echo $config['my-module']['foo']; / gibt 'bar' aus. Besitzt. Warum erweitern wir dafür. Dort ist ein Konstruktor...
icodebythesea.blogspot.com
I code by the sea.: Apache FAQ
http://icodebythesea.blogspot.com/p/apache-faq.html
I code by the sea. An Open Source developer in Newfoundland. Thus, the ASF is governed by the community it most directly serves - the people collaborating within its projects. To manage the organizational affairs of the Foundation, as accorded by the. The Board, in turn, appoints a number of officers to oversee the day-to-day operations of the Foundation. A number of. Of our operation are made available to the community. A more detailed explanation of. How the ASF works. What is a Committer? As part of t...
icodebythesea.blogspot.com
I code by the sea.: June 2015
http://icodebythesea.blogspot.com/2015_06_01_archive.html
I code by the sea. An Open Source developer in Newfoundland. Tuesday, June 2, 2015. Attending OpenDaylight Summit 2015. I've booked my tickets to OpenDaylight Summit 2015. In Santa Clara, California! This will be my first time to attend an OpenDaylight. Conference, and I can't wait to meet all the contributors. The summit organizers have posted the week long event schedule. I'm not sure which tutorials and talks I'm going to attend yet, so many interesting ones overlap with each others time slot. The que...
icodebythesea.blogspot.com
I code by the sea.: Thank you ODSummit
http://icodebythesea.blogspot.com/2015/08/thank-you-odsummit.html
I code by the sea. An Open Source developer in Newfoundland. Sunday, August 9, 2015. George Zhao, OpenDaylight Release Manager. Receiving a signed copy of Learning Apache Karaf. I recently attended OpenDaylight Summit 2015. In Santa Clara, California - a community gathering of the developers, and users of OpenDaylight SDN Platform. The various keynotes, sessions, and tutorials are available for reviewing from the OpenDaylight projects' youtube channel. Core) is becoming in tomorrow's infrastructure:.
icodebythesea.blogspot.com
I code by the sea.: Full Stack, Toronto 2015
http://icodebythesea.blogspot.com/2015/07/full-stack-toronto-2015.html
I code by the sea. An Open Source developer in Newfoundland. Tuesday, July 7, 2015. Full Stack, Toronto 2015. This Fall, I'll be speaking at Full Stack, Toronto 2015. The conference focuses on the full stack used by developers to power the web. My talk will present how Apache Karaf provides an ecosystem (stack) for building micro service architectures for SOA and SDN. Empowering MicroServices with Apache Karaf". Posted by Jamie Goodyear. Subscribe to: Post Comments (Atom). Available from Packt Publishing.
icodebythesea.blogspot.com
I code by the sea.: Building my new release server
http://icodebythesea.blogspot.com/2015/04/building-my-new-release-server.html
I code by the sea. An Open Source developer in Newfoundland. Tuesday, April 14, 2015. Building my new release server. Over the weekend I embarked upon building a new server for performing the Apache Karaf. Release candidates I build. I thought I'd share some specs, setup, and photos of the completed project. Dell PowerEdge T110 II Chasis. Intel Xeon E3-1240 v3. 4 Core, 8 Threads @ 3.4 Ghz). 16 GB ECC Ram (2 * 8GB @1600 Mhz DDR3). Intel Enterprise SSD 120 GB. Intel Enterprise SSD 240 GB. Available from Pa...
icodebythesea.blogspot.com
I code by the sea.: November 2014
http://icodebythesea.blogspot.com/2014_11_01_archive.html
I code by the sea. An Open Source developer in Newfoundland. Tuesday, November 18, 2014. KTop update and OpenDaylight MDSAL Status command! We're happy to announce our latest Milestone release of the Aetos. Command for Apache Karaf. This latest revision includes:. Improved CPU time reporting,. Pressing q to quit,. Sorting column change via left and right arrow keys, and. Reverse sort by pressing r key. Under the hood we've also made several bug fixes, and runtime performance improvements. Community recen...