This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class Namespace_Module_Model_Entity extends Mage_Core_Model_Abstract | |
{ | |
/** | |
* Initialization | |
*/ | |
public function _construct() | |
{ | |
$this->_init('namespace_module/entity'); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"name":"users","color":"Red","position":{"x":100,"y":100},"increment":true,"timestamp":true,"softdelete":true,"column":[{"name":"name","type":"string","length":"255","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":false,"guarded":false,"visible":false,"hidden":false,"colid":"c35","order":0}],"relation":[{"extramethods":"","foreignkeys":"user_id","name":"courses","relatedmodel":"courses","relationtype":"hasMany","usenamespace":""}],"seeding":[]},{"name":"courses","color":"Red","position":{"x":770,"y":215},"increment":true,"timestamp":true,"softdelete":true,"column":[],"relation":[],"seeding":[]}] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace THL\Installer; | |
class ThlInstaller extends BaseInstaller | |
{ | |
protected $locations = array( | |
'module' => 'Modules/{$name}/', | |
'theme' => 'Themes/{$name}/' | |
); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This icon file is generated by build/generateIcons.ts | |
// tslint:disable | |
export { default as AccountBookFill } from '@ant-design/icons/lib/fill/AccountBookFill'; | |
export { default as AlertFill } from '@ant-design/icons/lib/fill/AlertFill'; | |
export { default as AlipayCircleFill } from '@ant-design/icons/lib/fill/AlipayCircleFill'; | |
export { default as AlipaySquareFill } from '@ant-design/icons/lib/fill/AlipaySquareFill'; | |
export { default as AliwangwangFill } from '@ant-design/icons/lib/fill/AliwangwangFill'; | |
export { default as AmazonCircleFill } from '@ant-design/icons/lib/fill/AmazonCircleFill'; | |
export { default as AmazonSquareFill } from '@ant-design/icons/lib/fill/AmazonSquareFill'; | |
export { default as ApiFill } from '@ant-design/icons/lib/fill/ApiFill'; |
OlderNewer