phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: etemplate/doc/et_media/setup phpgw_en.lang,NONE,


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/doc/et_media/setup phpgw_en.lang,NONE,1.1 setup.inc.php,NONE,1.1 tables_current.inc.php,NONE,1.1
Date: Mon, 18 Feb 2002 11:05:09 -0500

Update of /cvsroot/phpgroupware/etemplate/doc/et_media/setup
In directory subversions:/tmp/cvs-serv4044

Added Files:
        phpgw_en.lang setup.inc.php tables_current.inc.php 
Log Message:
inital import: example app et_media of the tutorial

--- NEW FILE ---
%d matches on search criteria   et_media        en      %d matches on search 
criteria
author  et_media        en      Author
cancel  et_media        en      Cancel
clears the form, without changing anything      et_media        en      clears 
the form, without changing anything
click here to edit the entry    et_media        en      click here to edit the 
entry
delete  et_media        en      Delete
deletes an entry        et_media        en      deletes an entry
description     et_media        en      Description
edit    et_media        en      Edit
entry saved     et_media        en      Entry saved
error: writeing !!!     et_media        en      Error: writeing !!!
etemplates mediadb      et_media        en      eTemplates MediaDB
here goes the name of the publication / record  et_media        en      here 
goes the name of the publication / record
name    et_media        en      Name
nothing matched search criteria !!!     et_media        en      Nothing matched 
search criteria !!!
please use name, first name     et_media        en      please use Name, First 
Name
read    et_media        en      Read
reads or searches for entries matching the criteria above       et_media        
en      reads or searches for entries matching the criteria above
save    et_media        en      Save
saves the change to the db      et_media        en      saves the change to the 
db
select the type fitting most    et_media        en      select the type fitting 
most
type    et_media        en      Type
we have a fulltext search using that description        et_media        en      
we have a fulltext search using that description

--- NEW FILE ---
<?php
        $setup_info['et_media']['name']      = 'et_media';
        $setup_info['et_media']['title']     = 'eT-Media';
        $setup_info['et_media']['version']   = '0.9.15.001';
        $setup_info['et_media']['app_order'] = 100;     // at the end
        $setup_info['et_media']['tables']    = array('phpgw_et_media');
        $setup_info['et_media']['enable']    = 1;

        /* Dependacies for this app to work */
        $setup_info['et_media']['depends'][] = array(
                 'appname' => 'phpgwapi',
                 'versions' => Array('0.9.13','0.9.14','0.9.15')
        );
        $setup_info['et_media']['depends'][] = array(   // this is only 
necessary as long the etemplate-class is not in the api
                 'appname' => 'etemplate',
                 'versions' => Array('0.9.13','0.9.14','0.9.15')
        );

--- NEW FILE ---
<?php

        $phpgw_baseline = array(
                'phpgw_et_media' => array(
                        'fd' => array(
                                'id' => array('type' => 'auto','nullable' => 
False),
                                'name' => array('type' => 'varchar','precision' 
=> '100','nullable' => False),
                                'author' => array('type' => 
'varchar','precision' => '100','nullable' => False),
                                'descr' => array('type' => 'text','nullable' => 
False),
                                'type' => array('type' => 'varchar','precision' 
=> '20','nullable' => False)
                        ),
                        'pk' => array('id'),
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()
                )
        );




reply via email to

[Prev in Thread] Current Thread [Next in Thread]