Recommend this page to a friend! |
Reads BTL files created by design2machine interface
https://design2machine.com/btl/btl_v106.pdf
The preferred way to install this extension is through composer.
Either run
$ composer require d3yii2/d3btl "*"
or add
"d3yii2/d3btl": "*"
to the require
section of your composer.json
file.
add to migration path
'class' => 'yii\console\controllers\MigrateController',
'migrationPath' => [
'@d3yii2/d3btl/migrations',
]
command add, reads files and saves their data in database
php btl/process-file/add path/to/file
Classes of Uldis Nelsons | > | D3 BTL | > | Download .zip .tar.gz | > | Support forum | > | Blog | > | Latest changes |
|
Groups | Applications | Files |
Groups |
PHP 5 | Classes using PHP 5 specific features | View top rated classes |
Files and Folders | Listing, accessing and manipulating files and folders | View top rated classes |
Design Patterns | Implementations of well known design patterns | View top rated classes |
Hardware | Communicate with computer hardware and peripheral devices | View top rated classes |
Parsers | Programming language interpreters and format parsers | View top rated classes |
Innovation Award |
December 2021 Nominee Vote |
BTL is a file format that applications can use to save the definitions of the parts of a machine physical project. This package can import the definitions of a machine into records of database tables. This way, applications can perform other functional operations on those machine projects. Manuel Lemos |
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Files |
File | Role | Description | ||
---|---|---|---|---|
components (2 files) | ||||
controllers (1 file) | ||||
doc (3 files) | ||||
gii (2 files) | ||||
messages (1 directory) | ||||
migrations (4 files) | ||||
models (4 files, 1 directory) | ||||
composer.json | Data | Auxiliary data | ||
Module.php | Class | Class source | ||
README.md | Doc. | Documentation |
Files | / | components |
File | Role | Description |
---|---|---|
BTLFileParser.php | Class | Class source |
BTLFilePart.php | Class | Class source |
Files | / | doc |
File | Role | Description |
---|---|---|
db.png | Icon | Icon image |
db.schemaxml | Data | Auxiliary data |
img.png | Icon | Icon image |
Files | / | gii |
File | Role | Description |
---|---|---|
btl_partGiiantModel.json | Data | Auxiliary data |
btl_processGiiantModel.json | Data | Auxiliary data |
Files | / | migrations |
File | Role | Description |
---|---|---|
m211206_133208_d3y..._initial_tables.php | Class | Class source |
m211222_171446_d3y...file_name_field.php | Class | Class source |
m211223_165802_d3y...btl_btl_process.php | Class | Class source |
m211227_144836_d3y...signation_field.php | Class | Class source |
Files | / | models |
File | Role | Description | ||
---|---|---|---|---|
base (3 files) | ||||
BtlFileData.php | Class | Class source | ||
BtlPart.php | Class | Class source | ||
BtlProcess.php | Class | Class source | ||
ProcessLap4_030.php | Class | Class source |
Files | / | models | / | base |
File | Role | Description |
---|---|---|
BtlFileData.php | Class | Class source |
BtlPart.php | Class | Class source |
BtlProcess.php | Class | Class source |
Download all files: d3btl.tar.gz d3btl.zip NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
|