<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>tmWorks Dev Team &#187; DbFacePHP for MySQL</title>
	<atom:link href="http://www.tmworks.org/category/dbfacephp-for-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tmworks.org</link>
	<description>Minded software provider</description>
	<lastBuildDate>Thu, 08 Jul 2010 13:53:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>New Feature: Resultset checkpoint application</title>
		<link>http://www.tmworks.org/2010/02/new-feature-resultset-checkpoint-application/</link>
		<comments>http://www.tmworks.org/2010/02/new-feature-resultset-checkpoint-application/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 04:29:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DbFacePHP for MySQL]]></category>

		<guid isPermaLink="false">http://www.tmworks.org/?p=83</guid>
		<description><![CDATA[Since DbFacePHP for MySQL V1.9.2, a new application type: resultset checkpoint application was introduced. What is &#8220;resultset checkpoint application&#8221;? RC application helps you view a query&#8217;s resultset in the future. It consists of a Form(or not) and a query SQL statement. How to make a &#8220;resultset checkpoint application&#8221;? 1. Open the application management section, and [...]]]></description>
			<content:encoded><![CDATA[<p>Since DbFacePHP for MySQL V1.9.2, a new application type: resultset checkpoint application was introduced.</p>
<p><strong>What is &#8220;resultset checkpoint application&#8221;?</strong></p>
<p>RC application helps you view a query&#8217;s resultset in the future. It consists of a Form(or not) and a query SQL statement.</p>
<p><strong>How to make a &#8220;resultset checkpoint application&#8221;?</strong></p>
<p>1. Open the application management section, and click the &#8216;Create Application&#8217; link;</p>
<p>2. Select the &#8216;Resultset Checkpoint Application&#8217; and input basic information for the application;</p>
<p>3. Choose or Make a new form(optional);</p>
<p>4. Write a query SQL statement with form parameters(You can use Query Builder to help you build one);</p>
<p>5. Specify the maxium checkpoint you want to keep</p>
<p>then click the &#8216;Create&#8217; button to finished.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tmworks.org/2010/02/new-feature-resultset-checkpoint-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The first alpha of DbFacePHP V1.9.2 Released</title>
		<link>http://www.tmworks.org/2010/02/the-first-alpha-of-dbfacephp-for-mysql-released/</link>
		<comments>http://www.tmworks.org/2010/02/the-first-alpha-of-dbfacephp-for-mysql-released/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 04:03:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DbFacePHP for MySQL]]></category>

		<guid isPermaLink="false">http://www.tmworks.org/?p=75</guid>
		<description><![CDATA[A lot has been going on since v1.9.1. This version is not ready for production use, please test it on our live demo server: http://www.dbfacephp.com/mockup/index.php Any Question about the product, please mailto: support@tmworks.org.]]></description>
			<content:encoded><![CDATA[<p>A lot has been going on since v1.9.1.</p>
<p>This version is not ready for production use, please test it on our live demo server:</p>
<p><a title="Live Demo for DbFacePHP for MySQL V1.9.2 alpha" href="http://www.dbfacephp.com/mockup/index.php">http://www.dbfacephp.com/mockup/index.php</a></p>
<p>Any Question about the product, please mailto: <a href="mailto:support@tmworks.og">support@tmworks.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tmworks.org/2010/02/the-first-alpha-of-dbfacephp-for-mysql-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DbFacePHP for MySQL v1.9.2 Comming with a Web Console</title>
		<link>http://www.tmworks.org/2009/12/dbfacephp-for-mysql-v1-9-2-comming-with-a-web-console/</link>
		<comments>http://www.tmworks.org/2009/12/dbfacephp-for-mysql-v1-9-2-comming-with-a-web-console/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 08:10:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DbFacePHP for MySQL]]></category>

		<guid isPermaLink="false">http://www.tmworks.org/wordpress/?p=24</guid>
		<description><![CDATA[As an experienced MySQL administrator, you may found that the mysql embed shell console was really useful and effective, you type a sql and press &#8220;Enter&#8221;, then the result returned! Simply and directly! But, most time your website host do not allow you access the MySQL directly and working with the shell console with (or [...]]]></description>
			<content:encoded><![CDATA[<p>As an experienced MySQL administrator, you may found that the mysql embed shell console was really useful and effective, you type a sql and press &#8220;Enter&#8221;, then the result returned! Simply and directly!</p>
<p>But, most time your website host do not allow you access the MySQL directly and working with the shell console with (or without) SSH.</p>
<p>Since V1.9.2, DbFacePHP for MySQL will embed a web console tool you may really like. You can find the tool in the settings and tools menu.</p>
<p>With the web console, you may connect with your remote database server with sql scripts directly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tmworks.org/2009/12/dbfacephp-for-mysql-v1-9-2-comming-with-a-web-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So, there&#8217;s phpmyadmin, why I still need DbFacePHP?</title>
		<link>http://www.tmworks.org/2009/12/so-there-is-phpmyadmin-why-i-need-dbfacephp/</link>
		<comments>http://www.tmworks.org/2009/12/so-there-is-phpmyadmin-why-i-need-dbfacephp/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 03:34:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DbFacePHP for MySQL]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://www.tmworks.org/wordpress/?p=8</guid>
		<description><![CDATA[PhpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. You may have installed and worked with it for some years, and find PHPMyadmin is really useful for MySQL administration. Administration is not enough, you may want to write application like CRUD with parameter, [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><span>PhpMyAdmin</span> is a free software tool written in <a href="http://php.net/"><span>PHP</span></a> intended to handle the administration of <a href="http://mysql.com/">MySQL</a> over the World Wide Web. You may have installed and worked with it for some years, and find <span>PHPMyadmin</span> is really useful for MySQL administration. Administration is not enough, you may want to write application like CRUD with parameter, make nice reports, etc., then that&#8217;s <span>DbFacePHP</span>!</p>
<p><span>DbFacePHP</span> can worked as:</p>
<p><em><strong>MySQL database administration<br />
</strong></em>With <span>DbFacePHP</span>, you can</p>
<ul type="square">
<li>browse and drop databases, tables, views, fields and indexes</li>
<li>create, copy, drop, rename and alter databases, tables, fields and                 indexes</li>
<li>maintenance server, databases and tables, with proposals on server                 configuration</li>
<li>manage MySQL users and privileges</li>
<li>and much more database administration operations&#8230;</li>
</ul>
<p><em><strong>Database Table Data Editor</strong></em></div>
<div>With DbFacePHP, you can visit and edit database tables data over the WWW without sql coding.</div>
<p><em><strong>FORM + <span>SQL</span> driven CRUD application building</strong></em></p>
<p>With <span>DbFacePHP</span>, you can</p>
<ul>
<li>Making a Form and a searching <span>sql</span> script using the form fields as parameters application;</li>
<li>Making sql scripts applications;</li>
<li>Making chart report application;</li>
<li>Making drill down dashboard applications;</li>
</ul>
<p><strong><em><span>PHP</span> application generation solution</em></strong></p>
<p>After DbFacePHP application built, you can access these applications without any effort. Your database users can access these applications at you want.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tmworks.org/2009/12/so-there-is-phpmyadmin-why-i-need-dbfacephp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
