<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div>Hi all,</div><div><br></div><div>I am currently trying to implement a feature that allow users to jump to recently used tables. I have partially implemented this feature in my repo [0] under the branch "browsemode" and want to ask for opinions.</div><div><br></div><div>1. Users can interact with a table in several ways: browse, structure, SQL, etc. Are all of these actions should be counted as "accessing a table"?</div><div>2. If yes, I am thinking of adding code in several places: sql.php, tbl_structure.php, tbl_sql.php, etc. (every possible values for $GLOBALS['cfg']['LeftDefaultTabTable']) in order to remember the accessed table. Is there any better way than this? (since I'm still not very deep with phpMyAdmin code)</div><div>3. If no, what actions should be considered as "accessing a table"?<br></div><br><div>NB: With my branch,
 you can see up to 5 recently used tables, by clicking table's icon (left of table's name) in the navigation frame. (LeftDefaultTabTables must be configured to the default value, "tbl_structure.php")<br></div><div><br>
</div>
<div>[0] http://repo.or.cz/w/phpmyadmin/arisferyanto.git</div><div><br></div><div>--</div><div>Aris Feryanto</div><div>http://arispma.wordpress.com/<br></div>
</div></body></html>