We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 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
1 | |
Kalmer | |
Piiskop | |
5620 4556 | |
[email protected] | |
Kirsi | |
Raudsepp | |
5620 3394 | |
[email protected] |
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
idTurniir | esimeseKohtunikuEesnimi | esimeseKohtunikuPerenimi | esimeseKohtunikuTelefoniNumber | esimeseKohtunikuMeiliAadress | teiseKohtunikuEesnimi | teiseKohtunikuPerenimi | teiseKohtunikuTelefoniNumber | teiseKohtunikuMeiliAadress | |
---|---|---|---|---|---|---|---|---|---|
1 | Kalmer | Piiskop | 5620 4556 | [email protected] | Kirsi | Raudsepp | 5620 3394 | [email protected] |
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 | |
namespace pupils; | |
class HardPupilsController { | |
public function __construct() { | |
echo " 5 \n"; | |
} | |
} | |
new HardPupilsController(); |
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 | |
namespace pupils; | |
class StudyGroupPupilsApi { | |
function __construct() { | |
ini_set('display_errors', 1); | |
error_reporting(E_ALL & ~E_DEPRECATED & ~E_STRICT); | |
if (isset($_GET['target']) && '' != $_GET['target']) { | |
die(" 10 \n"); |
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 | |
namespace pupils; | |
class StudyGroup { | |
private $id; | |
private $name; | |
/** | |
* | |
* @return mixed |
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 | |
namespace pupils; | |
class StudyGroupController { | |
public function __construct($arguments) { | |
require_once dirname(__FILE__) . '/StudyGroup.php'; | |
$data = StudyGroup::findAll(); | |
if (sizeof($data) > 0) { | |
new \o\Response(array ( |
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 | |
namespace pupils; | |
/** | |
* This file includes just global constants and actions. | |
* Created on 2.10.2006 | |
* | |
* @author peacecop kalmer: <[email protected]> | |
*/ |
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 | |
namespace pupils; | |
class StudyGroupPupilsApi { | |
function __construct() { | |
ini_set('display_errors', 1); | |
error_reporting(E_ALL & ~E_DEPRECATED & ~E_STRICT); | |
// @formatter:off | |
require_once sprintf( |
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 | |
namespace pupils; | |
/** | |
* This file includes just global constants and actions. | |
* Created on 2.10.2006 | |
* | |
* @author peacecop kalmer: <[email protected]> | |
*/ |
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 | |
namespace pupils; | |
class StudyGroupPupilsApi { | |
function __construct() { | |
ini_set('display_errors', 1); | |
error_reporting(E_ALL & ~E_DEPRECATED & ~E_STRICT); | |
// @formatter:off | |
require_once sprintf( |
OlderNewer