sasanrose / phpredmin

Yet another web interface for Redis
BSD 3-Clause "New" or "Revised" License
404 stars 96 forks source link

Remove useless columns from search results and fix/refactor templates #51

Closed eugef closed 10 years ago

eugef commented 10 years ago

This pull request will solve two issues:

Also all templates were refactored to use long notation (i.e. endif, enforeach)

this alternative syntax is excellent for improving legibility (for both PHP and HTML!) in situations where you have a mix of them.