<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Query Simplification functions]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=6052&amp;type=atom" />
	<updated>2015-12-22T16:45:22Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=6052</id>
		<entry>
			<title type="html"><![CDATA[Re: Query Simplification functions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24952#p24952" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-12-22T16:45:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24952#p24952</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Query Simplification functions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24945#p24945" />
			<content type="html"><![CDATA[<p>sorry, i am not clear, are you asking the example code or my php file with these functions.</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2015-12-21T06:39:38Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24945#p24945</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Query Simplification functions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24902#p24902" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-12-11T14:13:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24902#p24902</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Query Simplification functions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24896#p24896" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2015-12-11T11:09:45Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24896#p24896</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Query Simplification functions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24893#p24893" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2015-12-11T07:48:47Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24893#p24893</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Query Simplification functions]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24892#p24892" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2015-12-11T05:07:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24892#p24892</id>
		</entry>
</feed>
