0

同じフォルダー構造に存在するクラスを拡張しているときに、このエラーが発生します。致命的なエラー: クラス 'parseRestClient' が見つかりません

//parseObject.php
<?php
class parseObject extends parseRestClient{


//parse.php
<?php
include 'parseConfig.php';
include 'parseObject.php';
include 'parseQuery.php';
include 'parseUser.php';
include 'parseFile.php';
include 'parsePush.php';
include 'parseGeoPoint.php';
include 'parseACL.php';
include 'parseCloud.php';

class parseRestClient{
4

1 に答える 1