The Ternary Operator: Like If Statements, Just Simplified!
Ternary Conditionals are one of those things in php that can save some time when writing code and possibly make your code easier to read. I think many people don't use them because they tend to think they look a little bizarre. We'll show you how it's done!
Views: 559 | | by Jason
View this tutorial