<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/phpmyedit/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/phpmyedit/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/phpmyedit/feature-requests/</id><updated>2012-07-18T04:07:15Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>php code eval in field</title><link href="https://sourceforge.net/p/phpmyedit/feature-requests/50/" rel="alternate"/><published>2012-07-18T04:07:15Z</published><updated>2012-07-18T04:07:15Z</updated><author><name>Ap Muthu</name><uri>https://sourceforge.net/u/apmuthu/</uri></author><id>https://sourceforge.net414d558e5e01b3a71ea0500b124731d2f5963b60</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The recently (v5.7.1+) introduced 'php' field attribute needs some documentation. The name of the file to be executed is fixed in the said attribute and cannot have any variables ordinarily as they are normally declared before including and instantiating the phpmyedit class file.&lt;/p&gt;
&lt;p&gt;Attached is a zip file containing 'phpMyEdit-vars_in_php.txt' listing the variables available for use inside the php file.&lt;/p&gt;
&lt;p&gt;A sample field declaration would be:&lt;/p&gt;
&lt;p&gt;$opts['fdd']['Junk'] = array(&lt;br /&gt;
'name'     =&amp;gt; 'Junk',&lt;br /&gt;
'select'   =&amp;gt; 'T',&lt;br /&gt;
'sql|LV'   =&amp;gt; '', &lt;br /&gt;
'php'      =&amp;gt; 'Dept.php',&lt;br /&gt;
'options'  =&amp;gt; 'LV',&lt;br /&gt;
'escape'   =&amp;gt; false,&lt;br /&gt;
'sort'     =&amp;gt; false&lt;br /&gt;
);&lt;/p&gt;
&lt;p&gt;The contents of a 'Dept.php' to obtain the variables listing is:&lt;/p&gt;
&lt;p&gt;&amp;lt;?&lt;br /&gt;
echo "This is $row[qf1]";&lt;br /&gt;
$arr = get_defined_vars(); print_r($arr); &lt;br /&gt;
$arr = get_defined_constants(); print_r($arr); &lt;br /&gt;
?&amp;gt;&lt;/p&gt;
&lt;p&gt;The support site at &lt;a href="http://opensource.platon.sk" rel="nofollow"&gt;http://opensource.platon.sk&lt;/a&gt; appears down and hence this forum can be made active for uses to publicly share info.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>phpMyEdit as a module of  Exponent</title><link href="https://sourceforge.net/p/phpmyedit/feature-requests/49/" rel="alternate"/><published>2005-02-21T07:23:16Z</published><updated>2005-02-21T07:23:16Z</updated><author><name>Chris Meeder</name><uri>https://sourceforge.net/u/userid-691685/</uri></author><id>https://sourceforge.net0584f3a97a72cc117fdf2fb5ef1b5953191b9ce2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I am a happy user of phpMyEdit. But  would very much&lt;br /&gt;
like it to be integrated with an easy to use CMS such&lt;br /&gt;
as Exponent.&lt;br /&gt;
If integrated with Exponent, one could use the password&lt;br /&gt;
and permission system from the Exponent CMS.&lt;br /&gt;
Furthermore Exponent has already a Form module to&lt;br /&gt;
design forms but lacks  a powerfull flexible and fast&lt;br /&gt;
display module such as phpMyEdit.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Table view of data- how to get?</title><link href="https://sourceforge.net/p/phpmyedit/feature-requests/48/" rel="alternate"/><published>2002-10-21T01:26:04Z</published><updated>2002-10-21T01:26:04Z</updated><author><name>K.N.Vishwanath</name><uri>https://sourceforge.net/u/knvishwanath/</uri></author><id>https://sourceforge.net4aaba4f6cc02abdb57c5f18585b9274c6122add8</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;How do we get to view tables? I always get a new form &lt;br /&gt;
upon opening the file generated by PME51. May be I am &lt;br /&gt;
missing something.&lt;/p&gt;
&lt;p&gt;Help please?&lt;/p&gt;
&lt;p&gt;Vish&lt;/p&gt;
&lt;p&gt;knvishwanath@pacific.net.sg&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add select record column with option E</title><link href="https://sourceforge.net/p/phpmyedit/feature-requests/47/" rel="alternate"/><published>2002-10-01T09:33:04Z</published><updated>2002-10-01T09:33:04Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net1cd8c4501139afd8e5a8f6a7a3499afe8e4809fe</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Recommended change in PHPMyEdit.inc:&lt;br /&gt;
Line 1103:&lt;/p&gt;
&lt;p&gt;*&lt;br /&gt;
If user is allowed to Change/Delete &lt;br /&gt;
records, we need an extra column&lt;br /&gt;
to allow users to select a record&lt;br /&gt;
*/&lt;br /&gt;
$select_recs = (($this-&lt;br /&gt;
&amp;amp;gt;change_enabled () or $this-&amp;amp;gt;delete_enabled () or $this-&lt;br /&gt;
&amp;amp;gt;detail_enabled ()) and ($this-&amp;amp;gt;key != ''));&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Dropdown list not PRE selected</title><link href="https://sourceforge.net/p/phpmyedit/feature-requests/46/" rel="alternate"/><published>2002-08-21T12:59:21Z</published><updated>2002-08-21T12:59:21Z</updated><author><name>Hans T</name><uri>https://sourceforge.net/u/hans-jan/</uri></author><id>https://sourceforge.net282bf35f1d1ca00a0501904e06d21e2991400b7d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When I link two tables together in 4.0b3 the table list &lt;br /&gt;
show the correct value from the other table. &lt;br /&gt;
However when I want to Change a row, I get a &lt;br /&gt;
dropdownlist with all posibilies (correct) but without the &lt;br /&gt;
original value PRE selected (incorrect or required I think)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>db name in PHPMyEditSetup</title><link href="https://sourceforge.net/p/phpmyedit/feature-requests/45/" rel="alternate"/><published>2002-08-17T12:48:39Z</published><updated>2002-08-17T12:48:39Z</updated><author><name>Dario</name><uri>https://sourceforge.net/u/dartar/</uri></author><id>https://sourceforge.net8d15a8cc9386b01f97bf87eeed89fd9874666b57</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;My MySQL provider doesn't allow database name &lt;br /&gt;
lookup, so I had to bypass the installation script by &lt;br /&gt;
manually specifying in PHPMyEditSetup a value for $db. &lt;br /&gt;
(there is by default just one database per user, the &lt;br /&gt;
database name is the login)&lt;/p&gt;
&lt;p&gt;Perhaps you might modify the setup file so that users &lt;br /&gt;
with this same problem don't need to bother with the &lt;br /&gt;
code ;-)&lt;/p&gt;
&lt;p&gt;Dario&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Addition to ensure DB details are secure</title><link href="https://sourceforge.net/p/phpmyedit/feature-requests/44/" rel="alternate"/><published>2002-07-29T23:55:13Z</published><updated>2002-07-29T23:55:13Z</updated><author><name>Charles Warwick</name><uri>https://sourceforge.net/u/cwarwick/</uri></author><id>https://sourceforge.net39a6a34f047c76d166060f98ab0ca558f96e3a01</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;All include files (generated and static) are created and included &lt;br /&gt;
using a .inc extension.  This means that anyone can read these &lt;br /&gt;
files direct from a web browser.&lt;/p&gt;
&lt;p&gt;My recommendation is that *at least* the PME_site_defaults.inc &lt;br /&gt;
and the &amp;amp;lt;queryname&amp;amp;gt;Content.inc files be renamed to .php to &lt;br /&gt;
prevent anyone from reading these files from the web, and &lt;br /&gt;
learning the username and password for the databases in use.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Optional multiple select rows</title><link href="https://sourceforge.net/p/phpmyedit/feature-requests/43/" rel="alternate"/><published>2002-07-25T19:17:48Z</published><updated>2002-07-25T19:17:48Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.nete338fc54b527a1d4819a4d509892f5da6e4ade92</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Is it possible to select more than one row in the radio &lt;br /&gt;
fields that display table rows.&lt;/p&gt;
&lt;p&gt;For instance the ability to use the 'Display' function to &lt;br /&gt;
view more than one item row.&lt;/p&gt;
&lt;p&gt;Delete more than oen row at a time and even edit &lt;br /&gt;
mreo than row at a time?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Blob field support</title><link href="https://sourceforge.net/p/phpmyedit/feature-requests/42/" rel="alternate"/><published>2002-07-25T13:02:59Z</published><updated>2002-07-25T13:02:59Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net9654467aaf04332c820384b3e5eb17b6fce5e347</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank's for your great project.&lt;/p&gt;
&lt;p&gt;Would it be possible to support the fields of the Blob&lt;br /&gt;
type?  Extraction of the image with a name MD5 and then&lt;br /&gt;
to post it in the form &amp;amp;lt; img&lt;br /&gt;
src=/img_cache_path/md5name &amp;amp;gt; that would make it&lt;br /&gt;
possible not to reach each time the data base.&lt;/p&gt;
&lt;p&gt;An another request is to support other databases type&lt;br /&gt;
(postgreSQL for example). You can use a wrapper like&lt;br /&gt;
AdoDB for example.&lt;/p&gt;
&lt;p&gt;Regards.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Upload BLOB's</title><link href="https://sourceforge.net/p/phpmyedit/feature-requests/41/" rel="alternate"/><published>2002-07-18T16:28:53Z</published><updated>2002-07-18T16:28:53Z</updated><author><name>Bryce Nesbitt</name><uri>https://sourceforge.net/u/brycen/</uri></author><id>https://sourceforge.net33591c82bc898bbdb790c7c9e22fca2425bee4e0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;My database has a field for a graphic image, stored in&lt;br /&gt;
a BLOB.&lt;br /&gt;
It would be nice if PHPMyEdit would recognize the&lt;br /&gt;
binary BLOB type, and treat it differently from TEXT.&lt;/p&gt;
&lt;p&gt;For display, the binary BLOB should be a link.&lt;br /&gt;
For upload, this simple HTML does it:&lt;/p&gt;
&lt;p&gt;&amp;amp;lt;INPUT TYPE=&amp;amp;quot;FILE&amp;amp;quot; NAME=&amp;amp;quot;FILE1&amp;amp;quot;&amp;amp;gt;&lt;br /&gt;
&amp;amp;lt;INPUT TYPE=&amp;amp;quot;SUBMIT&amp;amp;quot; NAME=&amp;amp;quot;SUB1&amp;amp;quot; VALUE=&amp;amp;quot;Upload File&amp;amp;quot;&amp;amp;gt;&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>