Class CrudSeeder
Basic functions to manipulate meta data
- Seeder
- Laravella\Crud\CrudSeeder
Direct known subclasses
Laravella\Crud\Params, Laravella\Crud\PostCrudSeeder, Laravella\Crud\SeedTables, Laravella\Crud\SeedUsers, Laravella\Crud\SeedViews, Laravella\Crud\UpdateCMSFields, Laravella\Crud\UpdateReferences, Laravella\Crud\SeedActions, Laravella\Crud\SeedAssets, Laravella\Crud\SeedGroups, Laravella\Crud\SeedMenus, Laravella\Crud\SeedObjects, Laravella\Crud\SeedOptions, Laravella\Crud\SeedPageTypes, Laravella\Crud\SeedSeverities
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
type
|
|
public
|
|
public
|
|
public
|
|
public
|
#
updateReference( type $fkTableName, type $fkFieldName, type $pkTableName, type $pkFieldName, mixed $pkDisplayFieldName )
Update a reference to primary keys in _db_fields |
public
|
|
public
|
|
public
|
|
public
type
|
#
createUser( type $groupName, type $name, type $password, type $email, type $firstName, type $lastName )
Add a new user |
public
type
|
|
public
type
|
|
public
type
|
|
public
type
|
|
public
type
|
|
public
|
|
public
|
|
public
|
#
updateOrInsert( type $updateTable, type $whereValues, array $insertValues = null )
Updates a field or inserts a record if key does not exist |
public
|
|
public
type
|
|
public
|
|
public
type
|
|
public
|
|
public
|
|
public
type
|
|
public
type
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
getFieldWidth( mixed $fieldType, mixed $fieldLength )
Try and calculate the width of the widget to display the field in |
public
|
#
getFieldWidget( mixed $fieldType, mixed $fieldLength )
Try and calculate the best widget to display the field in. Define the widget in json |
public
|