Revize 1085
Přidáno uživatelem Michal Kliment před více než 13 roky(ů)
freenetis/branches/testing/application/vendors/unit_tester/unit_testing_config.xml | ||
---|---|---|
<input></input>
|
||
</values>
|
||
</method>
|
||
<method name="actual_ip_addresses_traffic" autogenerate="on">
|
||
<method name="actual_ip_addresses_traffic" autogenerate="off">
|
||
<attributes>
|
||
<attribute name="limit_results" default_value="100" />
|
||
<attribute name="order_by" default_value="" />
|
||
<attribute name="order_by_direction" default_value="DESC" />
|
||
<attribute name="page_word" default_value="" />
|
||
<attribute name="page" default_value="1" />
|
||
<attribute name="limit_results" default_value="100"/>
|
||
<attribute name="order_by" default_value=""/>
|
||
<attribute name="order_by_direction" default_value="DESC"/>
|
||
<attribute name="page_word" default_value=""/>
|
||
<attribute name="page" default_value="1"/>
|
||
</attributes>
|
||
<values>
|
||
<input>
|
||
<param value="100" />
|
||
<param value="" />
|
||
<param value="DESC" />
|
||
<param value="" />
|
||
<param value="1" />
|
||
</input>
|
||
<input>
|
||
<param value="100"/>
|
||
<param value=""/>
|
||
<param value="DESC"/>
|
||
<param value=""/>
|
||
<param value="1"/>
|
||
</input>
|
||
</values>
|
||
</method>
|
||
<method name="actual_members_traffic" autogenerate="off">
|
freenetis/branches/testing/application/models/ip_addresses_traffic.php | ||
---|---|---|
* @param string $order_by_direction
|
||
* @return MySQL_Result object
|
||
*/
|
||
public function get_all_ip_addresses_traffics($sql_offset = 0, $limit_results = 100,
|
||
public function get_all_ip_addresses_traffics($limit_from = 0, $limit_results = 100,
|
||
$order_by = 'total', $order_by_direction = 'DESC')
|
||
{
|
||
// order by direction check
|
Také k dispozici: Unified diff
Opravena chyba u zobrazeni provozu podle IP adres.