-

ZF 3 error: Module could not be initiated
Here is a Zend framework 3 error that you might get once or twice. It would look something like this; Fatal error: Uncaught exception ‘Zend\ModuleManager\Exception\RuntimeException’ with message ‘Module (ModuleName) could not be initialized Here is how to solve it. Make sure the module is present in project name/config/modules.config.php. For example return [ …’Application’, ‘ModuleNameOne’, ‘ModuleNameTwo’…
-

Kick starting your Zend framework journey
I heard a quote that says it is tough to move an object that stands still as compared to one it is already moving. It is the same as saying it would be hard to resume a project if you have not already started it as compared to one that has already begun. Kick starting the…
-

Zend framework as your next PHP enterprise framework
Are you shopping for a PHP framework for your next enterprise app? Usually, when you say enterprise, languages like C sharp and Java spring quickly to mind. Today let’s consider using a different language. Let’s opt for the world’s most used language on the web (that being PHP), and use that in your company. One…
-
Changing your WAMP files location
Hello, This is a brief post on how to serve WAMP web files from a different location. You will know WAMP as the popular Windows utility that allows you to serve PHP files sitting on top of an Apache HTTP web server. It works with the MySQL DBMS, although your PHP project can be configured…
-

Multiple domain setup with Wndows and Apache
Sometimes, you might have several projects you want to access on the same server. You might also want to access them via a user friendly address, instead of using the IP address. Accessing it through a server is possible only through 127.0.01. What if we want to access more than just one project on the…
-

Syntax or semantics
Only in relation to this topic, what would I say is syntax? Syntax is the arrangement of the code and its organization of file paths, class files and so on and forth. What then is semantics? Semantics is the meaning of the code written. Now we have gotten that out of the way, let’s start…
-

Variable names are not the same
The image above is funny. Two things might be similar, but they are not the same. Some years back, I was at a bank and I was told that Eli Agbenu is not the same as Anthony Eli Agbenu. Wow, so that meant I could not withdraw money. Yeah , go figure. It is the…
-

I’ve got 9 bugs and yours ain’t one
I am sure this title reminds you of Jay Z’s song 99 problems and my bitch ain’t one. I initially thought about writing on 99 errors. However I chose not to waste both our time, ( since we both have work to do ) and to keep the list short. That is why we are…
-

If programming languages were DC comic heros
I have worked with a few languages. I have loved some, and hated others. Each language has its own strengths and weakness. These are just my opinion of which hero would map to which language, and why. I have limited myself to characters within the DC comics universe and to the languages I have used…