Welcome Guest, Not a member yet? Register   Sign In
CodeExtinguisher (Formerly jTaby) version 1.4 Released!
#18

[eluser]Late Night Again[/eluser]
This addition looks fantastic, although I am trying to create my own controller with YAML but receiving errors everywhere on the page like so

Code:
A PHP Error was encountered

Severity: Notice

Message: Uninitialized string offset: 0

Filename: libraries/jtabyadmin.php

Line Number: 40

Is this something I am doing wrong or am I missing a value somewhere my controller is as follows

Code:
<?php
include("jtabycontroller.php");

class Webinar extends jTabyController {
    function Webinar() {
        jTabyController::jTabyController();
        $this->load->library('spyc');                
        $this->load->helper('inflector');
        
        $config = array(
                'db_table' => 'webinar',
                'form_setup' => $this->spyc->YAMLLOAD('definitions/webinar_form.yml'),
                'controller_name'=>'Webinar',
                'list_header'=>'Webinar',
                'list_text' => array('active','expire'),
            );
        $this->setConfig($config);
    }
}

?>

Code:
created_by:
    class:SessionData
    params:
        item:user_id
created_at:
    class:Time
    params:
        -on_insert
updated_at:    
    class:Time
    params:
        -on_update
name:
    class:TextBox
description:
    class:TextArea
    attributes:
        cols:50
        rows:50
activate:
    class:Date
expire:
    class:Date    
active:
    class:DropDown
    params:
        list:
            Yes:Yes
            No:No
        value:Yes

obviously the database is there and so are the fields


Messages In This Thread
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 12:55 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 01:41 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 01:49 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 02:01 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 02:04 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 02:06 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 02:10 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 02:22 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 02:55 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 02:58 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-05-2007, 11:54 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-06-2007, 12:36 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-11-2007, 02:36 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-11-2007, 12:51 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-11-2007, 02:55 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-11-2007, 05:06 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-13-2007, 02:09 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-20-2007, 07:39 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-20-2007, 08:07 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-20-2007, 08:19 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-20-2007, 08:36 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-20-2007, 08:43 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-20-2007, 09:28 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-21-2007, 04:07 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 12-21-2007, 04:46 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 02-07-2008, 07:30 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 02-07-2008, 07:34 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 02-07-2008, 11:44 PM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 02-08-2008, 12:17 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 02-08-2008, 12:23 AM
CodeExtinguisher (Formerly jTaby) version 1.4 Released! - by El Forum - 02-08-2008, 12:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB