Dropdown Menus for Navigation Bar

Yii2 uses short array notation extensively. Once you get used to it, it’s great, but it can take a bit of time to read code blocks with it. When arrays are nested, it can be even more confusing. I found the Bootstrap navigation bar layouts to be hard to read. I also couldn’t easily find […]

Read More

Building Your Startup With PHP: Getting Started

This is the first installment of a series geared towards walking you through the stages of transforming a cool business concept into an actual startup. If you’re an idea person curious about the entrepreneurial process, this series is for you. I’ll draw from my experience as a self-starting, serial entrepreneur. I began my career at Microsoft launching […]

Read More

The Definitive Guide to Yii 2.0

The Definitive Guide to Yii 2.0 is the friendliest documentation provided by the Yii team. It describes many areas of the Yii2 Framework and offers many of examples. There’s a static PDF available from when it first released. Here is the outline to the guide: Introduction Getting Started Application Structure Handling Request Key Concepts Working […]

Read More