<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: veryActiveRecord &#8212; seven12</title>
	<atom:link href="http://log.egamal.com/2008/11/veryactiverecord-seven12/feed/" rel="self" type="application/rss+xml" />
	<link>http://log.egamal.com/2008/11/veryactiverecord-seven12/</link>
	<description>life.log()</description>
	<lastBuildDate>Sat, 31 Dec 2011 19:45:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bailey</title>
		<link>http://log.egamal.com/2008/11/veryactiverecord-seven12/comment-page-1/#comment-4870</link>
		<dc:creator>Bailey</dc:creator>
		<pubDate>Sun, 05 Jul 2009 18:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://log.egamal.com/?p=92#comment-4870</guid>
		<description>Really great info here... I found your site via bling and I will bookmark it and come back again!</description>
		<content:encoded><![CDATA[<p>Really great info here&#8230; I found your site via bling and I will bookmark it and come back again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://log.egamal.com/2008/11/veryactiverecord-seven12/comment-page-1/#comment-1292</link>
		<dc:creator>me</dc:creator>
		<pubDate>Sun, 18 Jan 2009 06:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://log.egamal.com/?p=92#comment-1292</guid>
		<description>very nice ya spam asde ya snap .. your comment was in the spam ..
I don&#039;t know why ..

anyway Thank you :)</description>
		<content:encoded><![CDATA[<p>very nice ya spam asde ya snap .. your comment was in the spam ..<br />
I don&#8217;t know why ..</p>
<p>anyway Thank you <img src='http://log.egamal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://log.egamal.com/2008/11/veryactiverecord-seven12/comment-page-1/#comment-842</link>
		<dc:creator>me</dc:creator>
		<pubDate>Wed, 19 Nov 2008 17:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://log.egamal.com/?p=92#comment-842</guid>
		<description>nothing wrong ..y
It&#039;s all minor changes happened ..
it&#039;s Major changes but minor changes after all...
besides code just SMELLS ..
It&#039;s functioning but it still smells ..:s
May be be day or two and I&#039;ll be making a small how to and a code commit ..
Thanks for passing :)
Salam</description>
		<content:encoded><![CDATA[<p>nothing wrong ..y<br />
It&#8217;s all minor changes happened ..<br />
it&#8217;s Major changes but minor changes after all&#8230;<br />
besides code just SMELLS ..<br />
It&#8217;s functioning but it still smells ..:s<br />
May be be day or two and I&#8217;ll be making a small how to and a code commit ..<br />
Thanks for passing <img src='http://log.egamal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Salam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed Atia</title>
		<link>http://log.egamal.com/2008/11/veryactiverecord-seven12/comment-page-1/#comment-841</link>
		<dc:creator>Mohamed Atia</dc:creator>
		<pubDate>Wed, 19 Nov 2008 16:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://log.egamal.com/?p=92#comment-841</guid>
		<description>aha :D
bardo zay shabah makont ayelak :p
it&#039;s called entities I thinks  : http://code.google.com/p/h4ck3rz-mab/source/browse/classes/datamap.php

bas ana ele kan asdy 3aleeh a very Better idea , I didn&#039;y see it in PHP , which is an Entity Framework , not only modeling a record (table ) , but Modeling the whole DB

you will have a DB class , make an instant of it for each DB you want , and you&#039;ll  have the tables ready for quering , my imagination is something like that : 

$myDb = new DB (&quot;mab&quot;);
$rows1 = myDb=&gt;Tables[0]=&gt;getRows(&quot;name=mohamed&quot;);
//or may be : 
myDb=&gt;Tables[0]=&gt;Rows[5]=&gt;name = &quot;mohamed&quot;;
myDb=&gt;Tables[0]=&gt;Rows[5]=&gt;phone= &quot;234567&quot;;
myDb=&gt;Update();


I already made this in C# while trying to make my  ORM DBMS :D

what is your opinion ?</description>
		<content:encoded><![CDATA[<p>aha <img src='http://log.egamal.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
bardo zay shabah makont ayelak :p<br />
it&#8217;s called entities I thinks  : <a href="http://code.google.com/p/h4ck3rz-mab/source/browse/classes/datamap.php" rel="nofollow">http://code.google.com/p/h4ck3rz-mab/source/browse/classes/datamap.php</a></p>
<p>bas ana ele kan asdy 3aleeh a very Better idea , I didn&#8217;y see it in PHP , which is an Entity Framework , not only modeling a record (table ) , but Modeling the whole DB</p>
<p>you will have a DB class , make an instant of it for each DB you want , and you&#8217;ll  have the tables ready for quering , my imagination is something like that : </p>
<p>$myDb = new DB (&#8220;mab&#8221;);<br />
$rows1 = myDb=&gt;Tables[0]=&gt;getRows(&#8220;name=mohamed&#8221;);<br />
//or may be :<br />
myDb=&gt;Tables[0]=&gt;Rows[5]=&gt;name = &#8220;mohamed&#8221;;<br />
myDb=&gt;Tables[0]=&gt;Rows[5]=&gt;phone= &#8220;234567&#8243;;<br />
myDb=&gt;Update();</p>
<p>I already made this in C# while trying to make my  ORM DBMS <img src='http://log.egamal.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>what is your opinion ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmed El Gamil</title>
		<link>http://log.egamal.com/2008/11/veryactiverecord-seven12/comment-page-1/#comment-836</link>
		<dc:creator>Ahmed El Gamil</dc:creator>
		<pubDate>Wed, 19 Nov 2008 12:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://log.egamal.com/?p=92#comment-836</guid>
		<description>El Salam Alykom :)

I didn&#039;t get all what you said but anyway it is not my game..at least for now :)
BTW, the project RSS is on my google reader and i didn&#039;t receive any updates, something wrong ?</description>
		<content:encoded><![CDATA[<p>El Salam Alykom <img src='http://log.egamal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I didn&#8217;t get all what you said but anyway it is not my game..at least for now <img src='http://log.egamal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
BTW, the project RSS is on my google reader and i didn&#8217;t receive any updates, something wrong ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

