<?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 &#187; PHP nesne yönemli programlama</title>
	<atom:link href="http://www.ersindogan.com/tag/php-nesne-yonemli-programlama/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ersindogan.com</link>
	<description></description>
	<lastBuildDate>Fri, 25 Mar 2011 17:07:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=007</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP de try catch Kullanımı</title>
		<link>http://www.ersindogan.com/php-web-programlama/php-de-try-catch-kullanimi</link>
		<comments>http://www.ersindogan.com/php-web-programlama/php-de-try-catch-kullanimi#comments</comments>
		<pubDate>Wed, 23 Sep 2009 21:23:25 +0000</pubDate>
		<dc:creator>Ersin</dc:creator>
				<category><![CDATA[Php Web Programlama]]></category>
		<category><![CDATA[PHP de try catch kullanımı]]></category>
		<category><![CDATA[PHP hata yönetimi]]></category>
		<category><![CDATA[PHP nesne yönemli programlama]]></category>

		<guid isPermaLink="false">http://www.ersindogan.com/?p=97</guid>
		<description><![CDATA[
			
				
			
		
&#60;?php
// bunu belirttik, çünkü tarayıcıda türkçe karakter problemi yaşamak istemiyoruz
header &#40; 'Content-type:text/html; charset=UTF8' &#41;;
/**
&#160;* örneklerimizde kullanacağımız iki tablo
&#160;* bunları siz kendi sunucunuzda çalıştırıp
&#160;* örnekleri uygulamak için kullanabilirsiniz
&#160;*/

$_veritabani = 'create database testdb';

$kullaniciTablosu = 'CREATE TABLE `testdb`.`user` (
`id` INTEGER &#160;NOT NULL AUTO_INCREMENT,
`name` VARCHAR(25) &#160;NOT NULL,
`password` VARCHAR(32) &#160;NOT NULL,
PRIMARY KEY (`id`)
)
ENGINE = InnoDB;';

$gonderiTablosu = 'CREATE TABLE `testdb`.`user_posts` (
`id` [...]]]></description>
		<wfw:commentRss>http://www.ersindogan.com/php-web-programlama/php-de-try-catch-kullanimi/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

