<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Php Object Generator Google Group</title>
  <link>http://groups.google.com/group/Php-Object-Generator</link>
  <description>This is the official Group for the Php Object Generator project. This is where you can ask for help, support and advice from the authors of POG as well as other end users.</description>
  <language>en</language>
  <item>
  <title>Connection pooling</title>
  <link>http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/c9327d35d07ae1d1/bf7fab3edde5d93a?show_docid=bf7fab3edde5d93a</link>
  <description>
  Hi &lt;br&gt; &lt;p&gt;The systems I implement using POG are accessed by many users &lt;br&gt; concurrently. I recently read that it is important to make use of &lt;br&gt; connection pooling when dealing with multiple simultaneous users. &lt;br&gt; &lt;p&gt;In your typical LAMP stack that makes use of POG, would POG be &lt;br&gt; responsible for connection pooling or would this be handled further
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/c9327d35d07ae1d1</guid>
  <author>
  kostakon...@gmail.com
  (Kosta Kontos)
  </author>
  <pubDate>Fri, 18 Jul 2008 06:26:11 UT
</pubDate>
  </item>
  <item>
  <title>Character encoding</title>
  <link>http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/b750c06dec42b5e9/c95be9f9b4c14257?show_docid=c95be9f9b4c14257</link>
  <description>
  Hi guys &lt;br&gt; &lt;p&gt;I&#39;ve read through all the posts I can find in this group that cover &lt;br&gt; specifying a character encoding. &lt;br&gt; &lt;p&gt;Most notably, you suggest executing &amp;quot;SET NAMES &#39;UTF8&#39;&amp;quot; before every &lt;br&gt; client connection, which can be done by editing the class.database.php &lt;br&gt; file. &lt;br&gt; &lt;p&gt;Although this solution is great for people who don&#39;t have access to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/b750c06dec42b5e9</guid>
  <author>
  kostakon...@gmail.com
  (Kosta Kontos)
  </author>
  <pubDate>Wed, 16 Jul 2008 19:03:14 UT
</pubDate>
  </item>
  <item>
  <title>unable to do POG update, or mod my objects! please help!</title>
  <link>http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/449d52b91ada01ac/fff5b7c3caa8ea6d?show_docid=fff5b7c3caa8ea6d</link>
  <description>
  I&#39;m working on a project that I last touched around June 6 2008. I &lt;br&gt; have created my objects using PHP 5.1 and the POG interface. My &lt;br&gt; hosting company (1and1) doesn&#39;t have a PDO driver for php 5.1 (last &lt;br&gt; time I checked) so I just use the POG driver for simplicity. &lt;br&gt; &lt;p&gt;I tried modifying some of my objects today and was unable to- here is
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/449d52b91ada01ac</guid>
  <author>
  ironandst...@gmail.com
  (lkasdorf)
  </author>
  <pubDate>Wed, 09 Jul 2008 16:48:17 UT
</pubDate>
  </item>
  <item>
  <title>how to add values to sibling relationships</title>
  <link>http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/614156e65b9f3e88/d32ecbc1c770a02d?show_docid=d32ecbc1c770a02d</link>
  <description>
  Hi all, &lt;br&gt; first of all thanks for the code generator, it saves me a lot of time &lt;br&gt; and i like how it allows me to manipulate the DB. great job! &lt;br&gt; &lt;p&gt;The one thing i would like to ask/i miss is how to add a field to a &lt;br&gt; sibling or m:n relationship. Lets assume i have &amp;quot;workflow&amp;quot; and &lt;br&gt; &amp;quot;parameter&amp;quot;. A workflow can have multiple parameters and a parameter
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/614156e65b9f3e88</guid>
  <author>
  andreas.destef...@gmail.com
  (AjejeBraso)
  </author>
  <pubDate>Tue, 08 Jul 2008 15:42:52 UT
</pubDate>
  </item>
  <item>
  <title>Sorting Get{Child}List</title>
  <link>http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/2c81358084237dd5/d5c338d665bcac20?show_docid=d5c338d665bcac20</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;I am stuck please help! &lt;br&gt; &lt;p&gt;I can retrieve a childlist just fine with &lt;br&gt; &lt;p&gt;$photoList = $tour-&amp;gt;GetPhotosList(); &lt;br&gt; &lt;p&gt;However, I need the results sorted by a field, let&#39;s say the field is &lt;br&gt; called &amp;quot;foo&amp;quot; &lt;br&gt; &lt;p&gt;I can&#39;t figure out how to call the function and have the results &lt;br&gt; sorted... &lt;br&gt; &lt;p&gt;I&#39;ve tried...
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/2c81358084237dd5</guid>
  <author>
  damon.l...@gmail.com
  (bobcfrog)
  </author>
  <pubDate>Tue, 08 Jul 2008 14:48:14 UT
</pubDate>
  </item>
  <item>
  <title>How to get attribute type?</title>
  <link>http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/d0d30134618a32aa/612635eb34f74c3c?show_docid=612635eb34f74c3c</link>
  <description>
  I&#39;m trying to automate a form creating process, and was wondering how &lt;br&gt; could I retrieve the column type on the database... &lt;br&gt; For example, if I do a Get to edit a record, and a column X is type &lt;br&gt; TEXT then my form generator will create a textfield on html. &lt;br&gt; &lt;p&gt;Thanks.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/d0d30134618a32aa</guid>
  <author>
  federico...@gmail.com
  (Federico)
  </author>
  <pubDate>Thu, 03 Jul 2008 17:04:04 UT
</pubDate>
  </item>
  <item>
  <title>POG Update</title>
  <link>http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/875d8a069ba07a38/a77e3db4d6ecee25?show_docid=a77e3db4d6ecee25</link>
  <description>
  I just upgraded my platform to POG3, and I thought I&#39;d post the script &lt;br&gt; I wrote to de-encode the database. &lt;br&gt; &lt;p&gt;Make sure you update all your objects (I used the setup, first time &lt;br&gt; I&#39;ve used it for anything actually, in the 2+ years I&#39;ve been POGing) &lt;br&gt; &lt;p&gt;Anywho, simple enough, drop the script into your objects folder and
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/875d8a069ba07a38</guid>
  <author>
  ja...@shaped.ca
  (jason@shaped.ca)
  </author>
  <pubDate>Thu, 03 Jul 2008 09:09:05 UT
</pubDate>
  </item>
  <item>
  <title>Fatal error on phpobjectgenerator.com</title>
  <link>http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/8bbb8963cacb7ebd/79494892761671fc?show_docid=79494892761671fc</link>
  <description>
  When creating new objects: &lt;br&gt; &lt;p&gt;Fatal error: Cannot redeclare class soapclient in /home/joelwan/ &lt;br&gt; public_html/services/nusoap.ph p on line 7258
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/8bbb8963cacb7ebd</guid>
  <author>
  mig...@globalsound.ca
  (GlobalSound)
  </author>
  <pubDate>Thu, 03 Jul 2008 03:49:13 UT
</pubDate>
  </item>
  <item>
  <title>Search Objects differently</title>
  <link>http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/49e35daeb5fd58ea/1c1a1f3184e3b381?show_docid=1c1a1f3184e3b381</link>
  <description>
  Hi there, &lt;br&gt; &lt;p&gt;just thought, I&#39;d mention a plugin (FindLikeMe) that Mark recently &lt;br&gt; wrote. &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://plugins.phpobjectgenerator.com/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;In keeping with the spirit of POG simplicity and OO goodness, it&#39;s &lt;br&gt; provides a small twist on searching objects. instead of thinking of &lt;br&gt; search in terms of a search query, it allows searching objects based
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/49e35daeb5fd58ea</guid>
  <author>
  joel...@gmail.com
  (Joel)
  </author>
  <pubDate>Wed, 02 Jul 2008 17:26:06 UT
</pubDate>
  </item>
  <item>
  <title>script exit !</title>
  <link>http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/b1824df168357867/0eba235753c224e9?show_docid=0eba235753c224e9</link>
  <description>
  hi &lt;br&gt; &lt;p&gt;i&#39;ve problem with a script written in phpobjectgenerator. &lt;br&gt; &lt;p&gt;when i use GetList() the script exits with no errors! &lt;br&gt; &lt;p&gt;server uses php 5.2.5 and apache 2.2.3 &lt;br&gt; &lt;p&gt;do you know something about this problem? &lt;br&gt; &lt;p&gt;thanks
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/b1824df168357867</guid>
  <author>
  mm...@inwind.it
  (adun@despammed.com)
  </author>
  <pubDate>Tue, 01 Jul 2008 18:22:05 UT
</pubDate>
  </item>
  <item>
  <title>Is this possible for altering the precedence of WHERE criteria?</title>
  <link>http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/7a8747317c6a3c88/cf2a4f0c35b826a2?show_docid=cf2a4f0c35b826a2</link>
  <description>
  How can I change the AND/OR precedence logic when searching using &lt;br&gt; GetList()? Can I use &amp;quot;(&amp;quot; and &amp;quot;)&amp;quot; as parameters in the $conditions &lt;br&gt; array in order to get the precedence that I want? &lt;br&gt; &lt;p&gt;The examples in your documentation show only this logic: &lt;br&gt; SELECT ... WHERE (a AND b) OR c &lt;br&gt; SELECT ... WHERE a OR (b AND c)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/7a8747317c6a3c88</guid>
  <author>
  srumb...@gmail.com
  (Genki)
  </author>
  <pubDate>Fri, 27 Jun 2008 04:35:08 UT
</pubDate>
  </item>
  <item>
  <title>Set{Sibling}List doesn&#39;t committ changes to database</title>
  <link>http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/57c7a2b1aa5fde4b/27c0ce1c7e110539?show_docid=27c0ce1c7e110539</link>
  <description>
  Hi guys &lt;br&gt; &lt;p&gt;I have generated two sibling objects correctly (Contact and Group). &lt;br&gt; Their respective sql tables have been created, as well as the mapping &lt;br&gt; table. When I call $contact-&amp;gt;SetGroupList($groupL ist) however, nothing &lt;br&gt; is saved to the mapping table. &lt;br&gt; &lt;p&gt;I use the following code for testing: &lt;br&gt; &lt;p&gt;==
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/57c7a2b1aa5fde4b</guid>
  <author>
  kostakon...@gmail.com
  (Kosta Kontos)
  </author>
  <pubDate>Fri, 27 Jun 2008 01:27:30 UT
</pubDate>
  </item>
  <item>
  <title>Writing GeneratePackage() files</title>
  <link>http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/e16e4c7dae4f34b5/62915467b60cd01a?show_docid=62915467b60cd01a</link>
  <description>
  Hi there, &lt;br&gt; I was pretty sure I sent a message to this list a few days ago &lt;br&gt; regarding how to write files from the result of a call to POG&#39;s &lt;br&gt; GeneratePackage() API. But I can&#39;t find it. This would explain why &lt;br&gt; nobody wrote back! LOL &lt;br&gt; Anyway, I solved this problem so I thought I would share with anyone &lt;br&gt; who might find themselves in a similar predicament. Just for
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/e16e4c7dae4f34b5</guid>
  <author>
  aaronv...@gmail.com
  (Aaron Vegh)
  </author>
  <pubDate>Mon, 23 Jun 2008 18:47:39 UT
</pubDate>
  </item>
  <item>
  <title>How do I call $object-&gt;methodName dynamically?</title>
  <link>http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/034a05cd31d5573d/8203cdf321551b60?show_docid=8203cdf321551b60</link>
  <description>
  Hi guys &lt;br&gt; &lt;p&gt;Say I have an object Contact, with attributes name and surname. &lt;br&gt; &lt;p&gt;Instead of going $contact-&amp;gt;name and $contact-&amp;gt;surname, I&#39;d like to be &lt;br&gt; able to decide whether to call name or surname dynamically. ie: &lt;br&gt; Instead of using $contact-&amp;gt;name I want to be able to use $contact-&amp;gt; &lt;br&gt; $methodName where $methodName is previously defined to be &amp;quot;name&amp;quot;.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/034a05cd31d5573d</guid>
  <author>
  kostakon...@gmail.com
  (Kosta Kontos)
  </author>
  <pubDate>Sun, 22 Jun 2008 14:13:12 UT
</pubDate>
  </item>
  <item>
  <title>my sql with php</title>
  <link>http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/0e85f4ef91f0c18a/a3f1f8d28b473ea5?show_docid=a3f1f8d28b473ea5</link>
  <description>
  im having trouble connecting my sql to php. im trying to create a site &lt;br&gt; where users login to a profile (session) &lt;br&gt; and blog and chat. if any has knowlegal about this it would be a great &lt;br&gt; help.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Php-Object-Generator/browse_thread/thread/0e85f4ef91f0c18a</guid>
  <author>
  phillim...@yahoo.com
  (phillimt21@yahoo.com)
  </author>
  <pubDate>Sun, 22 Jun 2008 05:15:03 UT
</pubDate>
  </item>
  </channel>
</rss>
