Code Search for Developers
 
 
  

index.php from SME Web Application Framework at Krugle


Show index.php syntax highlighted

<?php
/*
Copyright 2003,2004,2005,2006 Dashamir Hoxha, dashohoxha@users.sf.net

This file is part of phpWebApp.

phpWebApp is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

phpWebApp is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with phpWebApp; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
*/

/**
 * Standard file for all the applications,
 * doesn't need to be modified.
 *
 * @package sample-application
 */
/** */
include_once "webapp.php";

//construct the target page of the transition
$tpl_page = TPL.$event->targetPage;
WebApp::constructHtmlPage($tpl_page);
?>



See more files for this project here

SME Web Application Framework

smewebapp intends to simplify the construction of web applications for informatization of the work of SME-s (small and medium enterprises), institutions, organizations etc.

Project homepage: http://sourceforge.net/projects/smewebapp
Programming language(s): JavaScript,PHP,Shell Script,XML
License: other

  codedoc/
    README.txt
    doxygen.cfg
    generate-code-doc.sh
    index.html
    phpdoc_html.sh
    phpdoc_pdf.sh
  config/
    const.DB.php
    const.Debug.php
    const.Options.php
    const.Paths.php
  css/
    print/
      button.css
      filter.css
      form.css
      hidden_submit.css
      list.css
      print.css
    button.css
    filter.css
    form.css
    hidden_submit.css
    list.css
    main.css
    selection.css
  db/
    backup.sh
    create.sh
    dump.sh
    dump_tables.sh
    init.sh
    menushpk-tables.sql
    menushpk.sql
    restore.sh
  docs/
    UML_Model/
      UML_Model.xmi
      aktivitetet.png
      database_diagram.png
      database_fields.png
      modeli_biznesit.png
    etags/
      etags.sh
      web_app.etags
    external/
      README.txt
      doxygen.cfg
      phpdoc.sh
    uml_model_png/
      database_diagrams/
        magazina.png
        skema_llogjike.png
        tabelat_kryesore.png
        tabelat_ndihmese.png
      logical_design/
        buletinet.png
        buletinet_klasat.png
        koeficientet.png
        magazina.png
        modulet_kryesore.png
        rpt_punet.png
        shpenzimet.png
      usecase_diagrams/
        administratori.png
        financieri.png
        magazinieri.png
        normisti.png
        perdoruesit.png
        pronari.png
        teknologu.png
        user.png
    changes.txt
    conventions.txt
    creating-a-new-app.txt
    doc.txt
    misc-notes.txt
    modules.txt
    tree.sh
    uml_model.xmi
  graphics/
    blue_triangle.png
    header_background.png
    pixel.png
  initial-modules/
    admin/
    documents/
    inventory/
    reports/
    tables/
    README
    config.sh
    create-modules.sh
    init-module.sh
    update-module.sh
    update-modules.sh
  l10n/
    compendia/
    en/
    sq_AL/
    README
    compendium-sq_AL.po
    get_app_name.sh
    menushpk.po
    msgcat.sh
    msgfmt.sh
    msginit.sh
    msgmerge.sh
    xgettext.sh
  module-templates/
    documents/
    edit_form/
    filter_1/
    filter_2/
    input_form/
    items/
    items_1/
    items_2/
    list/
    logs/
    pdf_document/
    simple_input_form/
    summary_report/
    tables/
    users/
    README
  modules/
    admin/
    documents/
    etc/
    filter/
    help/
    inventory/
    language/
    login/
    main/
  tools/
  upload/
  webobjects/
  COPYING
  INSTALL
  ToDo.txt
  browse.php
  chown.c
  chown.sh
  global.php
  index.php
  init.php
  install.sh
  upload-backup.php
  webapp.php