You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
PHP Error
Description
Undefined index: Feed
Source File
D:\www\feed\feed.cdeledu.com\protected\extensions\YiiMongoDbSuite\EMongoDocument.php(331)
00319: * Get value of use cursor flag
00320: *
00321: * It will return the nearest not null value in order:
00322: * - Object level
00323: * - Model level
00324: * - Glopal level (always set)
00325: * @return boolean
00326: */
00327: public function getUseCursor()
00328: {
00329: if($this->useCursor !== null)
00330: return $this->useCursor; // We have flag set, return it
00320: *
00321: * It will return the nearest not null value in order:
00322: * - Object level
00323: * - Model level
00324: * - Glopal level (always set)
00325: * @return boolean
00326: */
00327: public function getUseCursor()
00328: {
00329: if($this->useCursor !== null)
00330: return $this->useCursor; // We have flag set, return it
00320: *
ot null value in order:
00322: * - Object level
00323: * - Model level
00324: * - Glopal level (always set)
00325: *
why $_models is empty?
The text was updated successfully, but these errors were encountered:
I use Gii MongoCURD to gen codes
when access admin page get below error:
PHP Error
Description
Undefined index: Feed
Source File
D:\www\feed\feed.cdeledu.com\protected\extensions\YiiMongoDbSuite\EMongoDocument.php(331)
00319: * Get value of use cursor flag
00320: *
00321: * It will return the nearest not null value in order:
00322: * - Object level
00323: * - Model level
00324: * - Glopal level (always set)
00325: * @return boolean
00326: */
00327: public function getUseCursor()
00328: {
00329: if($this->useCursor !== null)
00330: return $this->useCursor; // We have flag set, return it
00320: *
00321: * It will return the nearest not null value in order:
00322: * - Object level
00323: * - Model level
00324: * - Glopal level (always set)
00325: * @return boolean
00326: */
00327: public function getUseCursor()
00328: {
00329: if($this->useCursor !== null)
00330: return $this->useCursor; // We have flag set, return it
00320: *
ot null value in order:
00322: * - Object level
00323: * - Model level
00324: * - Glopal level (always set)
00325: *
why $_models is empty?
The text was updated successfully, but these errors were encountered: