<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/phpmyedit/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/phpmyedit/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 18 Jul 2012 04:07:15 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phpmyedit/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>php code eval in field</title><link>https://sourceforge.net/p/phpmyedit/feature-requests/50/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ap Muthu</dc:creator><pubDate>Wed, 18 Jul 2012 04:07:15 -0000</pubDate><guid>https://sourceforge.net414d558e5e01b3a71ea0500b124731d2f5963b60</guid></item><item><title>phpMyEdit as a module of  Exponent</title><link>https://sourceforge.net/p/phpmyedit/feature-requests/49/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Meeder</dc:creator><pubDate>Mon, 21 Feb 2005 07:23:16 -0000</pubDate><guid>https://sourceforge.net0584f3a97a72cc117fdf2fb5ef1b5953191b9ce2</guid></item><item><title>Table view of data- how to get?</title><link>https://sourceforge.net/p/phpmyedit/feature-requests/48/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">K.N.Vishwanath</dc:creator><pubDate>Mon, 21 Oct 2002 01:26:04 -0000</pubDate><guid>https://sourceforge.net4aaba4f6cc02abdb57c5f18585b9274c6122add8</guid></item><item><title>Add select record column with option E</title><link>https://sourceforge.net/p/phpmyedit/feature-requests/47/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 01 Oct 2002 09:33:04 -0000</pubDate><guid>https://sourceforge.net1cd8c4501139afd8e5a8f6a7a3499afe8e4809fe</guid></item><item><title>Dropdown list not PRE selected</title><link>https://sourceforge.net/p/phpmyedit/feature-requests/46/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hans T</dc:creator><pubDate>Wed, 21 Aug 2002 12:59:21 -0000</pubDate><guid>https://sourceforge.net282bf35f1d1ca00a0501904e06d21e2991400b7d</guid></item><item><title>db name in PHPMyEditSetup</title><link>https://sourceforge.net/p/phpmyedit/feature-requests/45/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dario</dc:creator><pubDate>Sat, 17 Aug 2002 12:48:39 -0000</pubDate><guid>https://sourceforge.net8d15a8cc9386b01f97bf87eeed89fd9874666b57</guid></item><item><title>Addition to ensure DB details are secure</title><link>https://sourceforge.net/p/phpmyedit/feature-requests/44/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charles Warwick</dc:creator><pubDate>Mon, 29 Jul 2002 23:55:13 -0000</pubDate><guid>https://sourceforge.net39a6a34f047c76d166060f98ab0ca558f96e3a01</guid></item><item><title>Optional multiple select rows</title><link>https://sourceforge.net/p/phpmyedit/feature-requests/43/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 25 Jul 2002 19:17:48 -0000</pubDate><guid>https://sourceforge.nete338fc54b527a1d4819a4d509892f5da6e4ade92</guid></item><item><title>Blob field support</title><link>https://sourceforge.net/p/phpmyedit/feature-requests/42/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 25 Jul 2002 13:02:59 -0000</pubDate><guid>https://sourceforge.net9654467aaf04332c820384b3e5eb17b6fce5e347</guid></item><item><title>Upload BLOB's</title><link>https://sourceforge.net/p/phpmyedit/feature-requests/41/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bryce Nesbitt</dc:creator><pubDate>Thu, 18 Jul 2002 16:28:53 -0000</pubDate><guid>https://sourceforge.net33591c82bc898bbdb790c7c9e22fca2425bee4e0</guid></item></channel></rss>