<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.1.2" -->
<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/"
>

<channel>
	<title>KOM Dev</title>
	<link>http://komdev.com.ar</link>
	<description>Keep On Moving</description>
	<pubDate>Tue, 15 Jul 2008 02:53:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1.2</generator>
	<language>en</language>

		<item>
		<title>Pluralize and Singularize</title>
		<link>http://komdev.com.ar/?p=7</link>
		<comments>http://komdev.com.ar/?p=7#comments</comments>
		<pubDate>Tue, 15 Jul 2008 02:53:27 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://komdev.com.ar/?p=7</guid>
		<description><![CDATA[	I&#8217;m using pluralize from kuwamoto,
http://kuwamoto.org/2007/12/17/improved-pluralizing-in-php-actionscript-and-ror/
	 who inspire in Paul Osman PHP Pluralize Method
http://www.eval.ca/articles/php-pluralize

]]></description>
			<content:encoded><![CDATA[	<p>I&#8217;m using pluralize from kuwamoto,<br />
<a href="http://kuwamoto.org/2007/12/17/improved-pluralizing-in-php-actionscript-and-ror/">http://kuwamoto.org/2007/12/17/improved-pluralizing-in-php-actionscript-and-ror/</a></p>
	<p> who inspire in Paul Osman PHP Pluralize Method<br />
<a href="http://www.eval.ca/articles/php-pluralize">http://www.eval.ca/articles/php-pluralize</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://komdev.com.ar/?feed=rss2&amp;p=7</wfw:commentRSS>
	</item>
		<item>
		<title>PHP ActiveRecord version0 release5</title>
		<link>http://komdev.com.ar/?p=6</link>
		<comments>http://komdev.com.ar/?p=6#comments</comments>
		<pubDate>Tue, 03 Jun 2008 16:16:47 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://komdev.com.ar/?p=6</guid>
		<description><![CDATA[	Here is a new version of the php activerecord i hope you like.
	http://code.google.com/p/pactiverecord/downloads/list
]]></description>
			<content:encoded><![CDATA[	<p>Here is a new version of the php activerecord i hope you like.</p>
	<p><a href="http://code.google.com/p/pactiverecord/downloads/list">http://code.google.com/p/pactiverecord/downloads/list</a></p>
]]></content:encoded>
			<wfw:commentRSS>http://komdev.com.ar/?feed=rss2&amp;p=6</wfw:commentRSS>
	</item>
		<item>
		<title>PHP ActiveRecord v0 release 1</title>
		<link>http://komdev.com.ar/?p=4</link>
		<comments>http://komdev.com.ar/?p=4#comments</comments>
		<pubDate>Tue, 10 Jul 2007 05:42:44 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Uncategorized</category>
	<category>DePePe</category>
		<guid>http://komdev.com.ar/?p=4</guid>
		<description><![CDATA[	Here is my own version of the Active Record pattern for PHP and MySQL. As you can see the class is a little rudimentary but the idea was to do something simple that work always.
	PHP Active Record v0.001
	How to use it?
	Simple extend your model from the Active Record class
	Example
	Table 1:
Members
* id
* name
* email
	Table 2:
Posts
* id
* [...]]]></description>
			<content:encoded><![CDATA[	<p>Here is my own version of the Active Record pattern for PHP and MySQL. As you can see the class is a little rudimentary but the idea was to do something simple that work always.</p>
	<p><a href='http://komdev.com.ar/wp-content/activerecord.zip' title='PHP Active Record v0.001'>PHP Active Record v0.001</a></p>
	<p><strong>How to use it?</strong></p>
	<p>Simple extend your model from the Active Record class</p>
	<p>Example</p>
	<p>Table 1:<br />
Members<br />
* id<br />
* name<br />
* email</p>
	<p>Table 2:<br />
Posts<br />
* id<br />
* title<br />
* member_id</p>
	<p><strong>File 1: member.php</strong><br />
<code><br />
class Member extends ActiveRecord<br />
{<br />
      var $has_many = array("Posts");<br />
}<br />
</code></p>
	<p><strong>File 2: post.php</strong><br />
<code><br />
class Post extends ActiveRecord<br />
{<br />
      var $belongs_to = array("Member");<br />
}<br />
</code></p>
	<p><strong>File 3: index.php</strong><br />
<code><br />
< ?php<br />
$member = Member::new_instance('Member');<br />
$member->find(&#8217;All&#8217;); // returns a member object array<br />
$member->find(3); // set meber where id=3<br />
$member->Posts; // returns a post object array<br />
?><br />
</code></p>
	<p>I really wanted to write something better, but first English is no my nature Language, and second is 2:41 am. So when I found a little time I will update the info, meanwhile if you want you can put you review at the comments section
</p>
]]></content:encoded>
			<wfw:commentRSS>http://komdev.com.ar/?feed=rss2&amp;p=4</wfw:commentRSS>
	</item>
		<item>
		<title>Fireworks Autoshape&#8217;s</title>
		<link>http://komdev.com.ar/?p=2</link>
		<comments>http://komdev.com.ar/?p=2#comments</comments>
		<pubDate>Mon, 04 Jun 2007 07:08:09 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Fireworks</category>
	<category>DePePe</category>
		<guid>http://komdev.com.ar/?p=2</guid>
		<description><![CDATA[	Click
here to download the fireworks form autoshape

	

]]></description>
			<content:encoded><![CDATA[	<p><strong>Click<br />
<a href='http://komdev.com.ar/wp-content/sc_web_forms.zip' title='Autoshape de Firewoks'>here</a> to download the fireworks form autoshape</strong><br />
</p>
	<p><embed SRC="final.swf" WIDTH=400 HEIGHT=125 loop=true quality=high TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swLiveConnect=true></embed>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://komdev.com.ar/?feed=rss2&amp;p=2</wfw:commentRSS>
	</item>
	</channel>
</rss>
