<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Query Simplification functions]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=6052</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6052&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Query Simplification functions.]]></description>
		<lastBuildDate>Tue, 22 Dec 2015 16:45:22 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Query Simplification functions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24952#p24952</link>
			<description><![CDATA[<p>In your <a href="http://www.kvcodes.com/2015/12/frontaccounting-common-class-for-insert-update-delete-get-sql-functions/">article</a>, you stated:<br /></p><div class="quotebox"><blockquote><p>...<br />So I wrote the following functions which are also available in my github page for download.<br />...</p></blockquote></div><p>Which github page of yours has the functions?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 22 Dec 2015 16:45:22 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24952#p24952</guid>
		</item>
		<item>
			<title><![CDATA[Re: Query Simplification functions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24945#p24945</link>
			<description><![CDATA[<p>sorry, i am not clear, are you asking the example code or my php file with these functions.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Mon, 21 Dec 2015 06:39:38 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24945#p24945</guid>
		</item>
		<item>
			<title><![CDATA[Re: Query Simplification functions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24902#p24902</link>
			<description><![CDATA[<p>For generic CRUD type applications like phpMyAdmin, Adminer, etc, these functions are okay.</p><p>For some of the cases in FA where we predominantly have PHP based threshold WHERE conditions when a strange set of records with or without primary keys and/or structured generic JOINs needs to be selected or updated/manipulated we will end up making several atomized queries if we use the functions you suggest.</p><p>Also do not land up double db_escaping values!</p><p>However, most of the atomic changes can be accommodated using your functions and in the extreme, a SOAP API can be integrated into FA to perform such tasks generically other than for the exceptions in the light of optimization.</p><p><a href="http://lichtner.github.io/fluentpdo/">FluentPDO</a> is one such PHP Library. <br /><a href="https://codex.wordpress.org/Class_Reference/wpdb">WordPress</a> and Joomla have their own.<br /><a href="http://www.evoluted.net/thinktank/web-development/time-saving-database-functions">Time saving DB Functions</a><br /><a href="http://www.barattalo.it/php/10-php-usefull-functions-for-mysql-stuff/">10 Useful PHP DB Functions</a> | <a href="http://www.barattalo.it/php/10-php-usefull-functions-for-mysqli-improved-stuff/">MySQLi variants</a></p><br /><p>Which of <a href="https://github.com/kvvaradha?tab=repositories">your repositories</a> has your <strong>functions.php</strong> file?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 11 Dec 2015 14:13:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24902#p24902</guid>
		</item>
		<item>
			<title><![CDATA[Re: Query Simplification functions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24896#p24896</link>
			<description><![CDATA[<p>of-course,&nbsp; we can&#039;t get the SQL Syntax through this way. But for overall, we have to write more functions for some common operations, we can provide it as supportive one. Just a 5kb size&nbsp; of functions will be useful for the new developers.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Fri, 11 Dec 2015 11:09:45 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24896#p24896</guid>
		</item>
		<item>
			<title><![CDATA[Re: Query Simplification functions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24893#p24893</link>
			<description><![CDATA[<p>Thanks for sharing this. I have seen similar approaches in various open source db classes.The idea is fine, but I also see some negative effects about this. For seasoned SQL writers, you can loose the overall view of your SQL syntax.<br />But let this be subject for discussion.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Fri, 11 Dec 2015 07:48:47 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24893#p24893</guid>
		</item>
		<item>
			<title><![CDATA[Query Simplification functions]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24892#p24892</link>
			<description><![CDATA[<p>Hi,&nbsp; </p><p> I hope this functions will help you to simplify your query writing functions. Let&#039;s take a look at here. and give me your feedbacks and&nbsp; I feel, this functions have to integrated on the forth coming release of FA. </p><p><a href="http://www.kvcodes.com/2015/12/frontaccounting-common-class-for-insert-update-delete-get-sql-functions/"> KVcodes function for Database Query</a></p><p>Waiting to collect feedback from @Apmuthu, @joe, @Janusz</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Fri, 11 Dec 2015 05:07:32 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24892#p24892</guid>
		</item>
	</channel>
</rss>
