Symfony Introduction

What is Symfony? Symfony is a set of PHP Components, a Web Application framework, a Philosophy, and a Community — all working together in harmony. Symfony is a PHP web application framework for MVC applications. Symfony is free software and released under the MIT license. The first version of symfony was released in October 2005 … Continue reading Symfony Introduction

WordPress Action Hooks and Filter Hooks

What Are WordPress Hooks? Hook is a certain location in the WordPress code which allows you to attach or run your own code. Another way of describing WordPress hooks is that they are sort of like designated areas within the WordPress code which give you the opportunity to execute your own functions. If you decided … Continue reading WordPress Action Hooks and Filter Hooks