cyrilleinvalides/choupas/www/admin/app/libs/sense.php

204 lines
5.0 KiB
PHP
Executable File

<?php
return array(
'Base' => array(
'lib.php',
'fileclass.php',
'Path.php',
'Url.php',
'Controller.php',
'Auth.php',
),
'Engine' => array(
'EngineSystem.php',
'Engine.php',
),
'Parser' => array(
'Grammar.php',
'SGParser.php',
),
'System' => array(
'FileSystem.php',
'Preprocessor.php',
'Process.php',
),
'System/Timers' => array(
'ArrayTimer.php',
'MemcachedTimer.php',
),
'System/SPL' => array(
//'CallbackFilterIterator.php',
//'RecursiveCallbackFilterIterator.php',
),
'Sensible' => array(
'Expression/Expression.php',
'Expression/ExpressionAction.php',
'Expression/ExpressionType.php',
'Expression/Actions/ExpressionBuild.php',
'Expression/Actions/ExpressionCompile.php',
'Expression/Actions/ExpressionParse.php',
'Expression/Actions/ExpressionRun.php',
'Expression/Actions/ExpressionSerialize.php',
'Expression/Types/ExpressionTypeArrayAccess.php',
'Expression/Types/ExpressionTypeBinaryOp.php',
'Expression/Types/ExpressionTypeClosure.php',
'Expression/Types/ExpressionTypeDblquotes.php',
'Expression/Types/ExpressionTypeFalse.php',
'Expression/Types/ExpressionTypeFloat.php',
'Expression/Types/ExpressionTypeFunction.php',
'Expression/Types/ExpressionTypeIdentifier.php',
'Expression/Types/ExpressionTypeInteger.php',
'Expression/Types/ExpressionTypeList.php',
'Expression/Types/ExpressionTypeMap.php',
'Expression/Types/ExpressionTypeMethod.php',
'Expression/Types/ExpressionTypeNull.php',
'Expression/Types/ExpressionTypeSplquotes.php',
'Expression/Types/ExpressionTypeTernaryOp.php',
'Expression/Types/ExpressionTypeTrue.php',
'Expression/Types/ExpressionTypeUnaryOp.php',
),
'Sensible/SeTML' => array(
'Template.php',
'SeTMLRuntime.php',
'Compiler/SeTML.php',
'Compiler/SeTMLInterface.php',
'Compiler/SeTMLType.php',
'Compiler/Actions/SeTMLBuild.php',
'Compiler/Actions/SeTMLCompile.php',
'Compiler/Actions/SeTMLParse.php',
'Compiler/Actions/SeTMLRun.php',
'Compiler/Actions/SeTMLSerialize.php',
'Compiler/Types/SeTMLTypeMagic.php',
'Compiler/Types/SeTMLTypeS.php',
'Compiler/Types/SeTMLTypeTag.php',
'Compiler/Types/Spec/SeTMLSpec.php',
'Compiler/Types/Tags/SeTMLTypeTagAffect.php',
'Compiler/Types/Tags/SeTMLTypeTagAsis.php',
'Compiler/Types/Tags/SeTMLTypeTagBlock.php',
'Compiler/Types/Tags/SeTMLTypeTagCall.php',
'Compiler/Types/Tags/SeTMLTypeTagComment.php',
'Compiler/Types/Tags/SeTMLTypeTagContent.php',
'Compiler/Types/Tags/SeTMLTypeTagElseif.php',
'Compiler/Types/Tags/SeTMLTypeTagElse.php',
'Compiler/Types/Tags/SeTMLTypeTagForeach.php',
'Compiler/Types/Tags/SeTMLTypeTagFor.php',
'Compiler/Types/Tags/SeTMLTypeTagIf.php',
'Compiler/Types/Tags/SeTMLTypeTagInclude.php',
'Compiler/Types/Tags/SeTMLTypeTagMacro.php',
'Compiler/Types/Tags/SeTMLTypeTagMap.php',
'Compiler/Types/Tags/SeTMLTypeTagMeta.php',
//~ 'Compiler/Types/Tags/SeTMLTypeTagPhp.php',
//~ 'Compiler/Types/Tags/SeTMLTypeTagSwitch.php',
//~ 'Compiler/Types/Tags/SeTMLTypeTagWhile.php',
),
'Entity' => array(
'Entity.php',
'EntityObject.php',
'Element.php',
//~ 'Type.php',
'Entities/Provider.php',
'Entities/Role.php',
'Entities/Model.php',
'Entities/Field.php',
'Entities/Index.php',
'Entities/View.php',
'Entities/Service.php',
'Elements/ElementInteger.php',
'Elements/ElementBoolean.php',
'Elements/ElementString.php',
'Elements/ElementSet.php',
'Elements/ElementEnum.php',
'Elements/ElementImage.php',
'Elements/ElementDate.php',
'Elements/ElementRichText.php',
'Elements/ElementText.php',
'Elements/ElementRelation.php',
'Elements/ElementFile.php',
//~ 'Elements/Element.php',
//~ 'Elements/Element.php',
//~ 'Entities/Fields/FieldBoolean.php',
//~ 'Entities/Fields/FieldInteger.php',
//~ 'Entities/Fields/FieldString.php',
//~ 'Entities/Fields/FieldSet.php',
//~ 'Entities/Fields/FieldEnum.php',
//~ 'Entities/Fields/FieldImage.php',
//~ 'Entities/Fields/FieldText.php',
//~ 'Entities/Fields/ModelField.php',
//~ 'Entities/Fields/ReferenceField.php',
'Iterators/ParentEntityIterator.php',
'Iterators/ChildrenEntityIterator.php',
'Iterators/ChildrenTypeEntityIterator.php',
'Iterators/ChildrenTypeEntityIteratorAggregate.php',
),
'Entity/Providers/PHPProvider' => array(
'PHPProvider.php',
'PHPService.php',
),
'Entity/Providers/MySQLProvider' => array(
'MySQLProvider.php',
'MySQLRole.php',
'MySQLTable.php',
'MySQLField.php',
'MySQLFieldTypes.php',
'MySQLIndex.php',
//~ 'MySQLFields/MySQLFieldBoolean.php',
//~ 'MySQLFields/MySQLFieldInteger.php',
//~ 'MySQLFields/MySQLFieldString.php',
//~ 'MySQLFields/MySQLFieldSet.php',
//~ 'MySQLFields/MySQLFieldEnum.php',
//~ 'MySQLFields/MySQLFieldImage.php',
//~ 'MySQLFields/MySQLFieldText.php',
'Services/ArrayService.php',
'Services/MySQLServiceCRUD.php',
'Services/MySQLOrderService.php',
//~ 'Services/MySQLFilterActionService.php',
),
);
?>