<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title>EZPDO User Forums : Development : Dev talks</title>
<link>http://www.ezpdo.net/forum</link>
<description> EZPDO User Forums</description>
<language>en</language>
<docs>http://backend.userland.com/rss</docs>
<item>
<title>devellopment for oracle in Development : Dev talks</title>
<link>http://www.ezpdo.net/forum/viewtopic.php?pid=2941#p2941</link>
<guid isPermaLink="false">2941@http://www.ezpdo.net/forum</guid>
<description>Topic: devellopment for oracle

Message: I would like to have support for Oracle as well.Did Manu finish his epDbPortable class for Oracle?&#160; If not, I'll give it a shot.
</description>
<pubDate>Wed, 25 Feb 2009 16:04:00 -0500</pubDate>
</item>
<item>
<title>Which DBAL is best? in Development : Dev talks</title>
<link>http://www.ezpdo.net/forum/viewtopic.php?pid=2877#p2877</link>
<guid isPermaLink="false">2877@http://www.ezpdo.net/forum</guid>
<description>Topic: Which DBAL is best?

Message: I'm planning on integrating ezpdo into my PHP projects.&#160; I'm a OOP Java and C# developer who has been working on PHP for less than a year, getting by with mysqli and associative arrays.&#160; Between ADOdb, PEAR DB and PDO, if I have total freedom to decide, which would you say is best in terms of: [Performance, Reliability, Community Dev Support, Supported DB Platforms, Ease of Installation]?&#160; In terms of performance, I'm well aware of the great performance I get from making direct low level sql calls with mysqli.&#160; I love the ORM concept and have used it with&#160; iBatis and Hibernate on Java and .Net platforms.&#160; I've certainly looked at Prado.&#160; But I like the elegance and simplicity of ezpdo, which IMO will end up saving many lines of code as well as config (map) file generation and maintentance.&#160; Thanks for Sharing.&#160; It might help to add the response to your FAQ for ezpdo newbies.
</description>
<pubDate>Mon, 23 Jun 2008 04:00:00 -0400</pubDate>
</item>
<item>
<title>Automatically parse ezpdo statements and convert them to raw sql in Development : Dev talks</title>
<link>http://www.ezpdo.net/forum/viewtopic.php?pid=2822#p2822</link>
<guid isPermaLink="false">2822@http://www.ezpdo.net/forum</guid>
<description>Topic: Automatically parse ezpdo statements and convert them to raw sql

Message: in that case, you only need query building (i.e. translating EZOQL to SQL). please take a look at epManager::query(). -x
</description>
<pubDate>Sun, 17 Feb 2008 17:49:04 -0500</pubDate>
</item>
<item>
<title>Automatically parse ezpdo statements and convert them to raw sql in Development : Dev talks</title>
<link>http://www.ezpdo.net/forum/viewtopic.php?pid=2821#p2821</link>
<guid isPermaLink="false">2821@http://www.ezpdo.net/forum</guid>
<description>Topic: Automatically parse ezpdo statements and convert them to raw sql

Message: Feel free to say if it is a stupid idea :p
</description>
<pubDate>Sun, 17 Feb 2008 04:30:43 -0500</pubDate>
</item>
<item>
<title>Automatically parse ezpdo statements and convert them to raw sql in Development : Dev talks</title>
<link>http://www.ezpdo.net/forum/viewtopic.php?pid=2812#p2812</link>
<guid isPermaLink="false">2812@http://www.ezpdo.net/forum</guid>
<description>Topic: Automatically parse ezpdo statements and convert them to raw sql

Message: Hello,Warning: it's just a fresh idea i throw in, it may be dumb ;)As you probably all know, retrieving thousands of objects from DB just to display them is a big performance hit.Personnaly I have 1.000 &#34;Contacts&#34; objects in my application with a lot of relations.When using ezpdo to generate an xml output of all Contacts, it takes 13secs.When using raw sql it takes only 3secs.So would it be possible to have a flag somewhere in a function that says &#34;hey, i just need to read them&#34;.ezpdo would detect it, and convert + optimize all ezpdo statements in one or two sql queries.I have absolutely no idea on how to do this :)
</description>
<pubDate>Tue, 05 Feb 2008 09:05:35 -0500</pubDate>
</item>
<item>
<title>devellopment for oracle in Development : Dev talks</title>
<link>http://www.ezpdo.net/forum/viewtopic.php?pid=2794#p2794</link>
<guid isPermaLink="false">2794@http://www.ezpdo.net/forum</guid>
<description>Topic: devellopment for oracle

Message: first, i think that ezpdo is a great job!!! the only thing missing in my opinion is the connection to oracle.So, I'am&#160; trying to develop a epDbPortable class for Oracle (oci8). when i will have finished, i will send you the source.for the creation table, I have succeed, i create a table and a sequence associated to the table.but for the insertion of values does not. it appears that the function 'insertvalues' of my class is never used, the one used is the 'sqlinsert' in epObject. i succeed to change this last one to make it works with oracle, but i do not think that it's clean work.is it a bug?? where should i look to correct it???PS: sorry for my english, i'm not an native english speaker!! :)
</description>
<pubDate>Thu, 17 Jan 2008 09:50:50 -0500</pubDate>
</item>
<item>
<title>UTF-8 database connection support in Development : Dev talks</title>
<link>http://www.ezpdo.net/forum/viewtopic.php?pid=2739#p2739</link>
<guid isPermaLink="false">2739@http://www.ezpdo.net/forum</guid>
<description>Topic: UTF-8 database connection support

Message: Actually, the code should look like
// get your ezpdo manager$m = epManager::instance();// find the db of your class (MyClass)$db = $m-&#62;getDb($m-&#62;getClassMap(&#34;MyClass&#34;))-&#62;connection();// fire the query$db-&#62;execute(&#34;SET NAMES 'utf8'&#34;);
</description>
<pubDate>Thu, 22 Nov 2007 16:46:16 -0500</pubDate>
</item>
<item>
<title>SVN out of date, where can I check out the most recent version? in Development : Dev talks</title>
<link>http://www.ezpdo.net/forum/viewtopic.php?pid=2725#p2725</link>
<guid isPermaLink="false">2725@http://www.ezpdo.net/forum</guid>
<description>Topic: SVN out of date, where can I check out the most recent version?

Message: I used http://ezpdo2.googlecode.com/svn/trunk/ for read only access :)
</description>
<pubDate>Wed, 14 Nov 2007 14:27:10 -0500</pubDate>
</item>
<item>
<title>SVN out of date, where can I check out the most recent version? in Development : Dev talks</title>
<link>http://www.ezpdo.net/forum/viewtopic.php?pid=2724#p2724</link>
<guid isPermaLink="false">2724@http://www.ezpdo.net/forum</guid>
<description>Topic: SVN out of date, where can I check out the most recent version?

Message: The code base has been migrated to googlecode now for better availability. Sorry we haven't got around to make the announcement. 
svn checkout https://ezpdo2.googlecode.com/svn/trunk/ ezpdo2
</description>
<pubDate>Wed, 14 Nov 2007 14:05:35 -0500</pubDate>
</item>
<item>
<title>SVN out of date, where can I check out the most recent version? in Development : Dev talks</title>
<link>http://www.ezpdo.net/forum/viewtopic.php?pid=2723#p2723</link>
<guid isPermaLink="false">2723@http://www.ezpdo.net/forum</guid>
<description>Topic: SVN out of date, where can I check out the most recent version?

Message: Hej,the SVN URI https://svn.sourceforge.net/svnroot/ezpdo/trunk/ezpdo mentioned on http://www.ezpdo.net/blog/2006/05/12/mi &#8230; vs-to-svn/ doesn't work.Sourceforge mentions https://ezpdo.svn.sourceforge.net/svnroot/ezpdo/ which works, but has it's last update in summer.However there is a much never nightly.Where can check out the most recent version?/chris
</description>
<pubDate>Wed, 14 Nov 2007 13:44:31 -0500</pubDate>
</item>
<item>
<title>UTF-8 database connection support in Development : Dev talks</title>
<link>http://www.ezpdo.net/forum/viewtopic.php?pid=2671#p2671</link>
<guid isPermaLink="false">2671@http://www.ezpdo.net/forum</guid>
<description>Topic: UTF-8 database connection support

Message: if you ever want to fire a SQL statement, simply do this: 
// get your ezpdo manager$m = epManager::instance();// find the db of your class (MyClass)$db = $m-&#62;getDb($m-&#62;getClassMap(&#34;MyClass&#34;));// fire the query$db-&#62;execute(&#34;SET NAMES 'utf8'&#34;);
you can find docs on epManager, epDb, and epClassMap here: http://www.ezpdo.net/docs/.-x
</description>
<pubDate>Wed, 24 Oct 2007 07:48:13 -0400</pubDate>
</item>
<item>
<title>UTF-8 database connection support in Development : Dev talks</title>
<link>http://www.ezpdo.net/forum/viewtopic.php?pid=2663#p2663</link>
<guid isPermaLink="false">2663@http://www.ezpdo.net/forum</guid>
<description>Topic: UTF-8 database connection support

Message: Since all of my database are in unicode, and ezpdo seems not doing well in this.here is the quick hack on adodb:on adodb-mysql.inc.php line 355from:if ($this-&#62;_connectionID === false)return false;change toif ($this-&#62;_connectionID === false){&#160; &#160; &#160; &#160; &#160; &#160; return false;}else{&#160; &#160; @mysql_query(&#34;SET NAMES 'utf8'&#34;, $this-&#62;_connectionID);}I have no time to find where ezpdo call $db-&#62;Connect() i guess if somebody find it. you can simply replace using$db-&#62;Connect();$db-&#62;query(&#34;SET NAME '&#34;.epGetConfig-&#62;getConfig(&#34;db_encoding&#34;).&#34;');just new to ezpdo~
</description>
<pubDate>Sun, 21 Oct 2007 13:04:37 -0400</pubDate>
</item>
<item>
<title>data validation in Development : Dev talks</title>
<link>http://www.ezpdo.net/forum/viewtopic.php?pid=2658#p2658</link>
<guid isPermaLink="false">2658@http://www.ezpdo.net/forum</guid>
<description>Topic: data validation

Message: I believe at some point someone told me that it would be easy to declare these constraints in with the ezpdo somehow, this is desirable to me.&#160; It would be nice to have:/** * @orm char(45) * @constraint required=true * @constraint email=true */could someone clue me in on how this could be done?
</description>
<pubDate>Thu, 18 Oct 2007 16:57:55 -0400</pubDate>
</item>
<item>
<title>dynamic methods in Development : Dev talks</title>
<link>http://www.ezpdo.net/forum/viewtopic.php?pid=2458#p2458</link>
<guid isPermaLink="false">2458@http://www.ezpdo.net/forum</guid>
<description>Topic: dynamic methods

Message: doh why didn't I see that?much better, thx
</description>
<pubDate>Tue, 19 Jun 2007 16:33:15 -0400</pubDate>
</item>
<item>
<title>dynamic methods in Development : Dev talks</title>
<link>http://www.ezpdo.net/forum/viewtopic.php?pid=2434#p2434</link>
<guid isPermaLink="false">2434@http://www.ezpdo.net/forum</guid>
<description>Topic: dynamic methods

Message: As eval() is devil, i'd just like to say you can replace your whole query()'s body by 
Code:$function = array($this-&#62;manager, 'find');
$args = func_get_args();
return call_user_func_array($function, $args);
</description>
<pubDate>Mon, 18 Jun 2007 06:06:41 -0400</pubDate>
</item>
</channel>
</rss>
