MCPcopy Create free account

hub / github.com/Alex-developer/agsattrack / types & classes

Types & classes267 in github.com/Alex-developer/agsattrack

ClassAGSATTRACKCONTROLLER
php/framework/controller.php:2
ClassAGSATTRACK_BOOTSTRAP
php/framework/bootstrap.php:7
ClassAGSATTRACK_CLASSLOADER
php/framework/classloader.php:2
ClassAGSATTRACK_CONFIG
php/application/config/config.php:2
ClassAGSATTRACK_ELEMENTS
php/application/controllers/elements.php:2
ClassAGSATTRACK_ELEMENTSET
php/application/controllers/components/elementset.php:2
ClassAGSATTRACK_EXCEPTION
php/framework/exception.php:2
ClassAGSATTRACK_SATCAT
php/application/controllers/satcat.php:2
ClassAGSATTRACK_SATELLITE
php/application/controllers/satellite.php:2
ClassAGSATTRACK_UPDATER
php/application/controllers/components/updater.php:2
ClassAPPCONTROLLER
php/application/app_controller.php:2
ClassAbstractRelationship
* Abstract class that all relationships must extend from. * * @package ActiveRecord * @see http://www.phpactiverecord.org/guides/associations */
php/framework/libs/o/lib/Relationship.php:25
ClassAbstractRelationship
* Abstract class that all relationships must extend from. * * @package ActiveRecord * @see http://www.phpactiverecord.org/guides/associations */
php/framework/libs/php-activerecord/lib/Relationship.php:25
ClassActiveRecordCacheTest
php/framework/libs/o/test/ActiveRecordCacheTest.php:6
ClassActiveRecordCacheTest
php/framework/libs/php-activerecord/test/ActiveRecordCacheTest.php:4
ClassActiveRecordException
* Generic base exception for all ActiveRecord specific errors. * * @package ActiveRecord */
php/framework/libs/o/lib/Exceptions.php:12
ClassActiveRecordException
* Generic base exception for all ActiveRecord specific errors. * * @package ActiveRecord */
php/framework/libs/php-activerecord/lib/Exceptions.php:12
ClassActiveRecordFindTest
php/framework/libs/o/test/ActiveRecordFindTest.php:4
ClassActiveRecordFindTest
php/framework/libs/php-activerecord/test/ActiveRecordFindTest.php:3
ClassActiveRecordTest
php/framework/libs/o/test/ActiveRecordTest.php:4
ClassActiveRecordTest
php/framework/libs/php-activerecord/test/ActiveRecordTest.php:3
ClassActiveRecordWriteTest
php/framework/libs/o/test/ActiveRecordWriteTest.php:27
ClassActiveRecordWriteTest
php/framework/libs/php-activerecord/test/ActiveRecordWriteTest.php:26
ClassAdapterTest
php/framework/libs/o/test/helpers/AdapterTest.php:4
ClassAdapterTest
php/framework/libs/php-activerecord/test/helpers/AdapterTest.php:4
ClassAllTests
php/framework/libs/o/test/AllTests.php:9
ClassAllValidationsTests
php/framework/libs/o/test/AllValidationsTest.php:8
ClassAmenity
php/framework/libs/o/test/models/Amenity.php:2
ClassAmenity
php/framework/libs/php-activerecord/test/models/Amenity.php:2
ClassArraySerializer
* Array serializer. * * @package ActiveRecord */
php/framework/libs/o/lib/Serialization.php:247
ClassArraySerializer
* Array serializer. * * @package ActiveRecord */
php/framework/libs/php-activerecord/lib/Serialization.php:252
ClassAuthor
php/framework/libs/o/test/models/Author.php:2
ClassAuthor
php/framework/libs/php-activerecord/test/models/Author.php:2
ClassAuthorAttrAccessible
php/framework/libs/php-activerecord/test/models/AuthorAttrAccessible.php:2
ClassAuthorExplicitSequence
php/framework/libs/o/test/ActiveRecordWriteTest.php:22
ClassAuthorExplicitSequence
php/framework/libs/php-activerecord/test/ActiveRecordWriteTest.php:21
ClassAuthorPresence
php/framework/libs/o/test/ValidatesPresenceOfTest.php:13
ClassAuthorPresence
php/framework/libs/php-activerecord/test/ValidatesPresenceOfTest.php:12
ClassAuthorWithNonModelRelationship
php/framework/libs/o/test/RelationshipTest.php:6
ClassAuthorWithNonModelRelationship
php/framework/libs/php-activerecord/test/RelationshipTest.php:5
ClassAuthorWithoutSequence
php/framework/libs/o/test/ActiveRecordWriteTest.php:16
ClassAuthorWithoutSequence
php/framework/libs/php-activerecord/test/ActiveRecordWriteTest.php:15
ClassAwesomePerson
php/framework/libs/o/test/models/AwesomePerson.php:2
ClassAwesomePerson
php/framework/libs/php-activerecord/test/models/AwesomePerson.php:2
ClassBelongsTo
* Belongs to relationship. * * <code> * class School extends ActiveRecord\Model {} * * class Person extends ActiveRecord\Model { * static $bel
php/framework/libs/o/lib/Relationship.php:640
ClassBelongsTo
* Belongs to relationship. * * <code> * class School extends ActiveRecord\Model {} * * class Person extends ActiveRecord\Model { * static $bel
php/framework/libs/php-activerecord/lib/Relationship.php:686
ClassBook
php/framework/libs/o/test/models/Book.php:2
ClassBook
php/framework/libs/o/test/models/NamespaceTest/Book.php:4
ClassBook
php/framework/libs/o/examples/simple/simple_with_options.php:4
ClassBook
assumes a table named "books" with a pk named "id" see simple.sql
php/framework/libs/o/examples/simple/simple.php:6
ClassBook
php/framework/libs/php-activerecord/test/models/Book.php:2
ClassBook
php/framework/libs/php-activerecord/test/models/NamespaceTest/Book.php:4
ClassBook
php/framework/libs/php-activerecord/examples/simple/simple_with_options.php:4
ClassBook
assumes a table named "books" with a pk named "id" see simple.sql
php/framework/libs/php-activerecord/examples/simple/simple.php:6
ClassBookAttrAccessible
php/framework/libs/o/test/models/BookAttrAccessible.php:2
ClassBookAttrAccessible
php/framework/libs/php-activerecord/test/models/BookAttrAccessible.php:2
ClassBookAttrProtected
php/framework/libs/php-activerecord/test/models/BookAttrProtected.php:2
ClassBookExclusion
php/framework/libs/o/test/ValidatesInclusionAndExclusionOfTest.php:4
ClassBookExclusion
php/framework/libs/php-activerecord/test/ValidatesInclusionAndExclusionOfTest.php:3
ClassBookFormat
php/framework/libs/o/test/ValidatesFormatOfTest.php:4
ClassBookFormat
php/framework/libs/php-activerecord/test/ValidatesFormatOfTest.php:3
ClassBookInclusion
php/framework/libs/o/test/ValidatesInclusionAndExclusionOfTest.php:12
ClassBookInclusion
php/framework/libs/php-activerecord/test/ValidatesInclusionAndExclusionOfTest.php:11
ClassBookLength
php/framework/libs/o/test/ValidatesLengthOfTest.php:4
ClassBookLength
php/framework/libs/php-activerecord/test/ValidatesLengthOfTest.php:3
ClassBookNumericality
php/framework/libs/o/test/ValidatesNumericalityOfTest.php:4
ClassBookNumericality
php/framework/libs/php-activerecord/test/ValidatesNumericalityOfTest.php:3
ClassBookPresence
php/framework/libs/o/test/ValidatesPresenceOfTest.php:4
ClassBookPresence
php/framework/libs/php-activerecord/test/ValidatesPresenceOfTest.php:3
ClassBookSize
php/framework/libs/o/test/ValidatesLengthOfTest.php:10
ClassBookSize
php/framework/libs/php-activerecord/test/ValidatesLengthOfTest.php:9
ClassBookValidations
php/framework/libs/o/test/ValidationsTest.php:6
ClassBookValidations
php/framework/libs/php-activerecord/test/ValidationsTest.php:5
ClassCache
* Cache::get('the-cache-key', function() { * # this gets executed when cache is stale * return "your cacheable datas"; * }); */
php/framework/libs/o/lib/Cache.php:11
ClassCache
* Cache::get('the-cache-key', function() { * # this gets executed when cache is stale * return "your cacheable datas"; * }); */
php/framework/libs/php-activerecord/lib/Cache.php:11
ClassCacheException
* Thrown for cache problems. * * @package ActiveRecord */
php/framework/libs/php-activerecord/lib/Exceptions.php:75
ClassCacheModelTest
php/framework/libs/php-activerecord/test/CacheModelTest.php:4
ClassCacheTest
php/framework/libs/o/test/CacheTest.php:6
ClassCacheTest
php/framework/libs/php-activerecord/test/CacheTest.php:4
ClassCallBack
* Callbacks allow the programmer to hook into the life cycle of a {@link Model}. * * You can control the state of your object by declaring certain m
php/framework/libs/o/lib/CallBack.php:59
ClassCallBack
* Callbacks allow the programmer to hook into the life cycle of a {@link Model}. * * You can control the state of your object by declaring certain m
php/framework/libs/php-activerecord/lib/CallBack.php:59
ClassCallBackTest
php/framework/libs/o/test/CallbackTest.php:4
ClassCallBackTest
php/framework/libs/php-activerecord/test/CallbackTest.php:3
ClassColumn
* Class for a table column. * * @package ActiveRecord */
php/framework/libs/o/lib/Column.php:12
ClassColumn
* Class for a table column. * * @package ActiveRecord */
php/framework/libs/php-activerecord/lib/Column.php:12
ClassColumnTest
php/framework/libs/o/test/ColumnTest.php:8
ClassColumnTest
php/framework/libs/php-activerecord/test/ColumnTest.php:7
ClassConfig
* Manages configuration options for ActiveRecord. * * <code> * ActiveRecord::initialize(function($cfg) { * $cfg->set_model_home('models'); *
php/framework/libs/o/lib/Config.php:22
ClassConfig
* Manages configuration options for ActiveRecord. * * <code> * ActiveRecord::initialize(function($cfg) { * $cfg->set_model_home('models'); *
php/framework/libs/php-activerecord/lib/Config.php:22
ClassConfigException
* Thrown for configuration problems. * * @package ActiveRecord */
php/framework/libs/o/lib/Exceptions.php:68
ClassConfigException
* Thrown for configuration problems. * * @package ActiveRecord */
php/framework/libs/php-activerecord/lib/Exceptions.php:68
ClassConfigTest
php/framework/libs/o/test/ConfigTest.php:12
ClassConfigTest
php/framework/libs/php-activerecord/test/ConfigTest.php:22
ClassConnection
* The base class for database connection adapters. * * @package ActiveRecord */
php/framework/libs/o/lib/Connection.php:20
ClassConnection
* The base class for database connection adapters. * * @package ActiveRecord */
php/framework/libs/php-activerecord/lib/Connection.php:20
ClassConnectionManager
* Singleton to manage any and all database connections. * * @package ActiveRecord */
php/framework/libs/o/lib/ConnectionManager.php:12
ClassConnectionManager
* Singleton to manage any and all database connections. * * @package ActiveRecord */
php/framework/libs/php-activerecord/lib/ConnectionManager.php:12
ClassConnectionManagerTest
php/framework/libs/o/test/ConnectionManagerTest.php:7
ClassConnectionManagerTest
php/framework/libs/php-activerecord/test/ConnectionManagerTest.php:6
ClassConnectionTest
php/framework/libs/o/test/ConnectionTest.php:9
next →1–100 of 267, ranked by callers