This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Class Weather | |
* | |
* An open source application | |
* | |
* @package Weather | |
* @category Classes | |
* @author Ramon Barros |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Class Lang | |
* | |
* An open source application | |
* | |
* @package Neogas | |
* @category Classes | |
* @author Ramon Barros | |
* @copyright Copyright (c) 2011, Ezoom Ltda. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Element Application | |
* | |
* An open source application development framework for PHP 5.1.6 or newer | |
* | |
* @package HTML | |
* @category Classes | |
* @author Ramon Barros |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once('Elements.php'); | |
/** | |
* Metatag Application | |
* | |
* An open source application development framework for PHP 5.1.6 or newer | |
* | |
* @package HTML |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* MySQL Application | |
* | |
* An open source application development framework for PHP 5.1.6 or newer | |
* | |
* @package MySQL | |
* @category Classes | |
* @author Ramon Barros |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* PostgreSQL Application | |
* | |
* An open source application development framework for PHP 5.1.6 or newer | |
* | |
* @package PostgreSQL | |
* @category Classes | |
* @author Ramon Barros |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Contato | |
* | |
* @package Neogas | |
* @category Classes | |
* @name Contact.class.php | |
* @author Cristiano T. Fetter | |
* @version 1.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once('TableOrder.php'); | |
$tableOrder = new TableOrder(); | |
$startIds = $pagination->startRow+1; | |
$endIds = $pagination->startRow + $db->RowCount(); | |
$tableOrder->init('fotos',$mainSession,$primaryKey,$startIds,$endIds); // Class TableOrder Jquery UI |