<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://www.assembla.com">
  <channel>
    <title>Riskle</title>
    <link>http://www.assembla.com/flows/flow/riskle</link>
    <description>Riskle (from Assembla Breakout)</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>I've tweaked your code to support ZF 1.5</title>
      <description>Hi,

I'use your code since a long time. 
I've never use the pagination module only the  Riskle_Db_Table to make join.

I'm currently looking at zym (http://www.zym-project.com/). I will contribute to this
project. 

I believe that you pagination module shouldn't be maintened anymore. Instrad just maintain  Riskle_Db_Table  and merge it to zym ;)

Regards</description>
      <pubDate>2008-07-11</pubDate>
      <id>doaSTut08r3ASiab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/doaSTut08r3ASiab7jnrAJ</link>
    </item>
    <item>
      <title>Violation of strct standards</title>
      <description>Hi, 
I have just installed this Pagination Component. But I can't get it to work. 

It's giving the following errors: 
Strict Standards: Declaration of Riskle_Db_Table_Abstract::find() should be compatible with that of Zend_Db_Table_Abstract::find() in C:\wamp\www\tellydb\library\Riskle\Db\Table\Abstract.php on line 336

Strict Standards: Declaration of Riskle_Db_Table_Abstract::_fetch() should be compatible with that of Zend_Db_Table_Abstract::_fetch() in C:\wamp\www\tellydb\library\Riskle\Db\Table\Abstract.php on line 336

Fatal error: Class 'Zend_Db_Select_Exception' not found in C:\wamp\www\tellydb\library\Zend\Db\Select.php on line 811

I checked the definitions of find and _fetch methods in Riskle_Db_Table_Abstract and Zend_Db_Table_Abstract.

Signatures from Riskle_Db_Table_Abstract are :
-- public function find($key) {
-- protected function _fetch($where = null, $order = null, $count = null, $offset = null, $cols = null, $selectParentFields = true) 

And from Zend_Db_Table_Abstract are:
-- public function find()
-- protected function _fetch(Zend_Db_Table_Select $select)

Why are those defined in Riskle are different from those in Zend??


Please help me out !!
Thanks in advance,
Prasad K






</description>
      <pubDate>2008-04-29</pubDate>
      <id>avgtLcfE4r3zzHab7jnrAJ</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/avgtLcfE4r3zzHab7jnrAJ</link>
    </item>
    <item>
      <title>Please provide working example - sample code crashes.</title>
      <description>Some of errors I experienced:
* Zend_Db_Select_Exception: Invalid token ':schema' given in /srv/trunk/lib/Zend/Db/Select.php on line 811
* Strict standards: Declaration of Riskle_Db_Table_Abstract::find() should be compatible with that of Zend_Db_Table_Abstract::find() in /srv/trunk/lib/Riskle/Db/Table/Abstract.php on line 336</description>
      <pubDate>2008-03-12</pubDate>
      <id>coavPS8eqr3izrabIlDkbG</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/coavPS8eqr3izrabIlDkbG</link>
    </item>
    <item>
      <title>Double JOIN to the same table ...</title>
      <description>Hello,

I need to do something like that but seems that doesn't works with you Riskle_Db_Table class :

select * from proveedores inner join vias on vias.id=proveedores.tipoviafis inner join vias as vias2 on vias.id=proveedores.tipoviatrab;

Thanks you to light me ...
Regards</description>
      <pubDate>2008-02-13</pubDate>
      <id>aqR-Gu2HCr3jf1abIlDkbG</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/aqR-Gu2HCr3jf1abIlDkbG</link>
    </item>
    <item>
      <title>I get an error</title>
      <description>Hi, i try to use your component but i received an error like this:

Fatal error: Class 'Table' not found in C:\wamp2\www\iprahidromasajes\app\controllers\ProductosController.php on line 14
</description>
      <pubDate>2008-01-08</pubDate>
      <id>aaP-PiVDKr3iOUabIlDkbG</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/aaP-PiVDKr3iOUabIlDkbG</link>
    </item>
    <item>
      <title>Working Example?</title>
      <description>Hi, I just downloaded the paginate package.  Do you have a working example of the paginate package?  I set it up using but I cannot seem to get it to work.  BTW, I have the following:

bootstrapper:

require_once 'Riskle/Db/Table.php'
$view = new Zend_View;
$view-&gt;setHelperPath( './library/Riskle/View/Helper', 'Riskle_View_Helper'); 
Zend_Controller_Action_HelperBroker::getStaticHelper('ViewRenderer')-&gt;view = $view;

controller:

$table = new Riskle_Db_Table_Paginate(new Episode, $this-&gt;_getParam('page')); // Table is a class extending Riskle_Db_Table 
$orderBy = "created_at DESC";
$this-&gt;view-&gt;assign('rowset', $table-&gt;fetchAll(null, $orderBy)); // fetchAll's signature is unmodified

view:

&lt;?php $this-&gt;paginate($this-&gt;rowset); // initializes the helper ?&gt;

&lt;div id="navigation"&gt;
  &lt;?php
    echo $this-&gt;paginate()-&gt;previous(); // displays a "previous link" if available
    echo $this-&gt;paginate()-&gt;navigation(); // displays the list of pages
    echo $this-&gt;paginate()-&gt;next(); // displays a "next link" if available
 ?&gt;
&lt;/div&gt;

Is there something that I'm missing?

Thanks in advance,

-Conrad</description>
      <pubDate>2007-12-11</pubDate>
      <id>aJxxPsP9Wr3iIpabIlDkbG</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/aJxxPsP9Wr3iIpabIlDkbG</link>
    </item>
    <item>
      <title>Riskle_Db_Table parent mapping</title>
      <description>Hi guys,

I came from here http://fashion.hosmoz.net/post/2007/07/31/Zend_Db_Table-and-tables-relationships

Are you working on this functionality?

--
Laurent</description>
      <pubDate>2007-11-29</pubDate>
      <id>carjWgNMWr3k7LabIlDkbG</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/carjWgNMWr3k7LabIlDkbG</link>
    </item>
    <item>
      <title>hint</title>
      <description>Hi geoffrey,

I just installed riskle and foudn a small error...at least I think I have.
In Riskle_Db_Table_Paginate:

$_pageRangeLength = 10
$this-&gt;_getPageCount() = 10

the function "_getPageRange()" set $start to "0"
to solve i changed line 127 and added a "-1" to the end...

$stop = $start + $this-&gt;_pageRangeLength -1;

now it works! :D

greetings
Alex</description>
      <pubDate>2007-11-15</pubDate>
      <id>cX8mqAK5qr3in2abIlDkbG</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/cX8mqAK5qr3in2abIlDkbG</link>
    </item>
    <item>
      <title>Has somebody an working example ?</title>
      <description>I'm new in this field, and I tried to follow the above steps but I obtained an error, and I have now idea what's wrong:


Strict Standards: Declaration of Riskle_Db_Table_Abstract::find() should be compatible with that of Zend_Db_Table_Abstract::find() in C:\Program Files\EasyPHP 2.0b1\www\zendtut\gettingstarted\library\Riskle\Db\Table\Abstract.php on line 336

Fatal error: Uncaught exception 'Zend_View_Exception' with message 'helper 'paginate' not found in path' in C:\Program Files\EasyPHP 2.0b1\www\zendtut\gettingstarted\library\Zend\View\Abstract.php:1003 Stack trace: #0 C:\Program Files\EasyPHP 2.0b1\www\zendtut\gettingstarted\library\Zend\View\Abstract.php(496): Zend_View_Abstract-&gt;_loadClass('helper', 'paginate') #1 C:\Program Files\EasyPHP 2.0b1\www\zendtut\gettingstarted\library\Zend\View\Abstract.php(298): Zend_View_Abstract-&gt;getHelper('paginate') #2 [internal function]: Zend_View_Abstract-&gt;__call('paginate', Array) #3 C:\Program Files\EasyPHP 2.0b1\www\zendtut\gettingstarted\application\views\scripts\index\index.phtml(6): Zend_View-&gt;paginate(Object(Riskle_Db_Table_Rowset_Paginate)) #4 C:\Program Files\EasyPHP 2.0b1\www\zendtut\gettingstarted\library\Zend\View.php(46): include('C:\Program File...') #5 C:\Program Files\EasyPHP 2.0b1\www\zendtut\gettingstarted\library\Zend\View\Abstract.php(768): Zend_View-&gt;_run('.\application\v...') #6 C:\Program Files\EasyPHP 2.0b1\www in C:\Program Files\EasyPHP 2.0b1\www\zendtut\gettingstarted\library\Zend\View\Abstract.php on line 1003

I used r122 version</description>
      <pubDate>2007-11-03</pubDate>
      <id>buFWs8IGGr3jLlabIlDkbG</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/buFWs8IGGr3jLlabIlDkbG</link>
    </item>
    <item>
      <title>r105 does not work</title>
      <description>It give me an error about missing an exception file.</description>
      <pubDate>2007-10-17</pubDate>
      <id>c0pz_iFpur3l8HabIlDkbG</id>
      <author></author>
      <link>http://www.assembla.com/flows/show/c0pz_iFpur3l8HabIlDkbG</link>
    </item>
  </channel>
</rss>
