osalabs / osafw-php

Business Applications Web Framework, PHP
MIT License
3 stars 3 forks source link

What is "Lookup Manager"? #3

Open vladsavchuk opened 6 years ago

vladsavchuk commented 6 years ago

"Moderator Menu" -> "Lookup Manager"

<li class="nav-item <~/common/active ifeq="GLOBAL[controller]" value="AdminLookupManager">" ><a class="nav-link" href="<~/admin/lookupmanager/url>">Lookup Manager</a></li>

<~/admin/lookupmanager/url> doesn't exist as well as the controller

osalabs commented 6 years ago

Good question. I've developed "Lookup Manager" module in asp.net version of the framework. And this module allows users to easily manage "lookup" (also called "dictionary") tables without need to create separate specific controllers/models for each lookup/dictionary.

Let's leave this issue open while I'll implement "Lookup Manager" module in PHP version of the framework.