<?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>Web Design and Development Tips &#187; PHP</title>
	<atom:link href="http://www.jjwdesign.com/blog/category/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jjwdesign.com/blog</link>
	<description>Home for my many thoughts...</description>
	<lastBuildDate>Sun, 26 Jun 2011 15:48:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SQL Conditions &#8211; A CakePHP Component Class</title>
		<link>http://www.jjwdesign.com/blog/sql-conditions-a-cakephp-component-class.html</link>
		<comments>http://www.jjwdesign.com/blog/sql-conditions-a-cakephp-component-class.html#comments</comments>
		<pubDate>Tue, 29 Sep 2009 21:42:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.jjwdesign.com/blog/?p=90</guid>
		<description><![CDATA[&#8220;aka: How to add advanced search functionality to your CakePHP Application&#8221; Advanced search functionality is something that I&#8217;ve always built into my applications.  Even back in the days of writing CGI/PERL applications, I&#8217;ve always had some class or set of functions to help build SQL conditions (aka WHERE expressions) based on user input (GET/POST). When [...]]]></description>
		<wfw:commentRss>http://www.jjwdesign.com/blog/sql-conditions-a-cakephp-component-class.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tools and Reports Modules for SugarCRM CE</title>
		<link>http://www.jjwdesign.com/blog/tools-and-reports-modules-for-sugarcrm-ce.html</link>
		<comments>http://www.jjwdesign.com/blog/tools-and-reports-modules-for-sugarcrm-ce.html#comments</comments>
		<pubDate>Tue, 29 Sep 2009 21:33:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[SugarCRM]]></category>

		<guid isPermaLink="false">http://www.jjwdesign.com/blog/?p=118</guid>
		<description><![CDATA[Over the past couple of years I have worked with SugarCRM. During that time I&#8217;ve tried to overcome the lack of Reports and Tools in the Community Edition (CE) by incorporating my own custom reports and tools for marketing professionals to be able to use thru SugarCRM custom modules. These reports and tool were eventually [...]]]></description>
		<wfw:commentRss>http://www.jjwdesign.com/blog/tools-and-reports-modules-for-sugarcrm-ce.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SugarCRM Account Re-assign Logic Hook</title>
		<link>http://www.jjwdesign.com/blog/sugarcrm-account-re-assign-logic-hook.html</link>
		<comments>http://www.jjwdesign.com/blog/sugarcrm-account-re-assign-logic-hook.html#comments</comments>
		<pubDate>Tue, 29 Sep 2009 21:09:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[SugarCRM]]></category>
		<category><![CDATA[Logic Hooks]]></category>

		<guid isPermaLink="false">http://www.jjwdesign.com/blog/?p=109</guid>
		<description><![CDATA[This SugarCRM Logic Hook was used to overcome a common issue with SugarCRM. SugarCRM CE doesn't automatically reassign an Account's related contacts when the Account is reassigned. This often creates visibility/usability issues due to the lack of permissions (roles). The logic hook below reassigns the Accounts related contacts and opportunities saving you the time of doing it manually as well as preventing multiple contact issues.  This logic hook also manages a reassigning mapping to general store users based on status set.]]></description>
		<wfw:commentRss>http://www.jjwdesign.com/blog/sugarcrm-account-re-assign-logic-hook.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SugarCRM Leads Logic Hook</title>
		<link>http://www.jjwdesign.com/blog/sugarcrm-leads-logic-hook.html</link>
		<comments>http://www.jjwdesign.com/blog/sugarcrm-leads-logic-hook.html#comments</comments>
		<pubDate>Tue, 29 Sep 2009 20:59:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[SugarCRM]]></category>
		<category><![CDATA[Logic Hooks]]></category>

		<guid isPermaLink="false">http://www.jjwdesign.com/blog/?p=107</guid>
		<description><![CDATA[This SugarCRM logic hook was used to automatically assign leads to users based on status. This mapping was required to help users reassign leads to users such as the "Dead Targets User".  See the logic hook below for the mapping details. In order for this Logic Hook to function the Usernames must exist.]]></description>
		<wfw:commentRss>http://www.jjwdesign.com/blog/sugarcrm-leads-logic-hook.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SugarCRM Users Logic Hooks</title>
		<link>http://www.jjwdesign.com/blog/sugarcrm-users-logic-hooks.html</link>
		<comments>http://www.jjwdesign.com/blog/sugarcrm-users-logic-hooks.html#comments</comments>
		<pubDate>Tue, 29 Sep 2009 20:53:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[SugarCRM]]></category>
		<category><![CDATA[Logic Hooks]]></category>

		<guid isPermaLink="false">http://www.jjwdesign.com/blog/?p=105</guid>
		<description><![CDATA[Custom Logic Hooks are a great way of adding functionality to SugarCRM. The logic hook below was used to establish a default role for new users. This was required for the automatic LDAP Users functionality that is built into SugarCRM. This logic hook was used with SugarCRM CE 5.2 in a production environment.]]></description>
		<wfw:commentRss>http://www.jjwdesign.com/blog/sugarcrm-users-logic-hooks.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

