<?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>php mysql apache &#187; php</title>
	<atom:link href="http://www.phpmysqlapache.com/wordpress/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpmysqlapache.com/wordpress</link>
	<description>Provides simple tips and tricks about php programming, mysql databases, apache web server and linux servers</description>
	<lastBuildDate>Wed, 23 Sep 2009 12:53:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cakephp find(&#8217;list&#8217;) and select</title>
		<link>http://www.phpmysqlapache.com/wordpress/2009/09/14/cakephp-findlist-and-select/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2009/09/14/cakephp-findlist-and-select/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 10:31:00 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[cakephp]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.phpmysqlapache.com/wordpress/?p=37</guid>
		<description><![CDATA[How about a little trick to extend the find(’list’) functionality?..
Let’s say we need to display a list of users, but instead of just User.id and User.name we need to have User.id, as well as User.name and User.email combined. Unfortunately find(’list’) doesn’t have that type of functionality out-of-the-box. Well, that’s OK, we’ll make our own…
PLAIN TEXT
CODE:




function [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2009/09/14/cakephp-findlist-and-select/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TinyMCE</title>
		<link>http://www.phpmysqlapache.com/wordpress/2008/11/27/tinymce/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2008/11/27/tinymce/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 11:31:36 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.phpmysqlapache.com/wordpress/?p=32</guid>
		<description><![CDATA[Problem:
TinyMCE does not properly support greek characters
Solution:
Change the entity_encoding value from named to raw.
          Share/Save]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2008/11/27/tinymce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cakephp 2 rc1</title>
		<link>http://www.phpmysqlapache.com/wordpress/2008/06/15/dokimi/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2008/06/15/dokimi/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 00:00:00 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[cakephp]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.phpmysqlapache.com/wordpress/2008/01/24/dokimi/</guid>
		<description><![CDATA[At last, cakephp 1.2 rc1 is finally here.
Download it now, or go to the official website: http:www//www.cakephp.org
          Share/Save]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2008/06/15/dokimi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force apache to download an image instead of opening it</title>
		<link>http://www.phpmysqlapache.com/wordpress/2007/02/21/force-apache-to-download-an-image-instead-of-opening-it/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2007/02/21/force-apache-to-download-an-image-instead-of-opening-it/#comments</comments>
		<pubDate>Wed, 21 Feb 2007 10:37:36 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.phpmysqlapache.com/wordpress/2007/02/21/force-apache-to-download-an-image-instead-of-opening-it/</guid>
		<description><![CDATA[Have you ever came across a situation where you wanted an image to download instead of having the browser to display it? This is how you can do it . Enter the following code in a php file foo.php and call it like foo.php?file=myimage.jpg. Then a browser save dialog box will appear.
PLAIN TEXT
PHP:




if&#40;!$_GET&#91;'file'&#93;&#41;&#123;exit;&#125;


$file = basename&#40;$_GET&#91;'file'&#93;&#41;;


header&#40;"Content-Length: [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2007/02/21/force-apache-to-download-an-image-instead-of-opening-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP used for UN data sharing</title>
		<link>http://www.phpmysqlapache.com/wordpress/2007/02/20/cakephp-used-for-un-data-sharing/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2007/02/20/cakephp-used-for-un-data-sharing/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 21:41:25 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[cakephp]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.phpmysqlapache.com/wordpress/2007/02/20/cakephp-used-for-un-data-sharing/</guid>
		<description><![CDATA[BrainOff explains how he used the cakephp framework for  building a simple application with CRUD administration and a Searchable front end.  The application  is used by the UN INSTRAW researchers.
          Share/Save]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2007/02/20/cakephp-used-for-un-data-sharing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrate CakePHP with Joomla!</title>
		<link>http://www.phpmysqlapache.com/wordpress/2007/02/09/integrate-cakephp-with-joomla/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2007/02/09/integrate-cakephp-with-joomla/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 22:07:32 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://phpmysqlapache.com/wordpress/2007/02/09/integrate-cakephp-with-joomla/</guid>
		<description><![CDATA[There were times when I wanted to use Joomla! and integrate it with new functionalities. The best option would be to create new components for joomla, but I never got to do this, did not want to invest time in this. Now, that belongs to the past. I  just discovered this article by Max aka [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2007/02/09/integrate-cakephp-with-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP &#8211; Use recursive instead of unbind to unbind all associations</title>
		<link>http://www.phpmysqlapache.com/wordpress/2007/02/09/cakephp-use-recursive-instead-of-unbind-to-unbind-all-associations/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2007/02/09/cakephp-use-recursive-instead-of-unbind-to-unbind-all-associations/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 15:28:01 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[cakephp]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://phpmysqlapache.com/wordpress/2007/02/09/cakephp-use-recursive-instead-of-unbind-to-unbind-all-associations/</guid>
		<description><![CDATA[You can use recursive  or unbind whenever you want to unbind associations from models. This is very useful because there are cases when you want to execute a simple query and you do not want to join other tables. Here comes unbind. Unbind allows us to unbind all but some model associations. On the [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2007/02/09/cakephp-use-recursive-instead-of-unbind-to-unbind-all-associations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP &#8211; Clickatell api for sending sms</title>
		<link>http://www.phpmysqlapache.com/wordpress/2007/02/09/cakephp-clickatell-api-for-sending-sms/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2007/02/09/cakephp-clickatell-api-for-sending-sms/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 11:29:01 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[cakephp]]></category>
		<category><![CDATA[clickatell]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sms]]></category>

		<guid isPermaLink="false">http://phpmysqlapache.com/wordpress/2007/02/09/cakephp-clickatell-api-for-sending-sms/</guid>
		<description><![CDATA[I use the clickatell api for sending sms with cakephp. All I did was to grab a php class for the clickatell api which is shown below:
PLAIN TEXT
PHP:




class sendsmsComponent extends Object


&#123;


&#160;


var $api_id = "your_clickatell_api_id";


var $user = "your_clickatell_username";


var $password = "you_clickatell_password";


var $use_ssl = false;


&#160;


/**


* Define SMS balance limit below class will not work


* @var integer


*/


var $balace_limit [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2007/02/09/cakephp-clickatell-api-for-sending-sms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is cakephp?</title>
		<link>http://www.phpmysqlapache.com/wordpress/2007/02/04/what-is-cakephp/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2007/02/04/what-is-cakephp/#comments</comments>
		<pubDate>Sun, 04 Feb 2007 19:03:17 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[cakephp]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://phpmysqlapache.com/wordpress/2007/02/04/what-is-cakephp/</guid>
		<description><![CDATA[Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.
Why use it?


Hot Features:

Model, View, Controller [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2007/02/04/what-is-cakephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with arrays in PHP (part ii)</title>
		<link>http://www.phpmysqlapache.com/wordpress/2006/09/10/working-with-arrays-in-php-part-ii/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2006/09/10/working-with-arrays-in-php-part-ii/#comments</comments>
		<pubDate>Sun, 10 Sep 2006 18:59:46 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[php tutorials]]></category>

		<guid isPermaLink="false">http://phpmysqlapache.com/wordpress/?p=7</guid>
		<description><![CDATA[This article is the second part of articles series on arrays usage in PHP. It covers usage of predefined sorting, searching and filtering functions. There are plenty of functions for sorting, searching and filtering arrays in PHP. This article will help you with choosing the appropriate function to use in a given problem.
Using sort(), asort(), [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2006/09/10/working-with-arrays-in-php-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
