Skip to content

Welcome UI

inanepain edited this page Nov 1, 2014 · 1 revision

With version 0.12.0 of Builder the Builder-UI project has been dropped...
Now its part of Builder.

So simple with builder 0.12.0+ installed you can use the libraries as normal or add Cathedral to you modules list in config.

Enabling BuilderUI in your application.config.php file

<?php
return array(
    'modules' => array(
        // ...
        'Cathedral',
    ),
    // ...
);

BuilderUI has some options to allow you to quickly customize the basic functionality. After Enabling BuilderUI, copy ./vendor/cathedral/builder/config/builderui.global.php.dist to ./config/autoload/builderui.global.php and change the values as desired.

The following options are available:

  • namespace - Module where files will be created and the namespace of the created files. Default is Application.

  • entitysingular - On/Off switch for this feature.

  • singularignore - A | delimited list of tables to ignore for EntitySingular.

Now open your browser to http://your.site/builder and away you go.

Home

Real Easy

Using the classes

  • Properties
  • Relations
  • Events

Generating the classes

Clone this wiki locally