Visualizzazione dei risultati da 1 a 7 su 7
  1. #1
    Utente di HTML.it
    Registrato dal
    Apr 2005
    Messaggi
    3

    Green Orange - PHP Framework

    Green Orange Project is born with the idea to use the browser as environment where to be able to perform the applications stand-alone and for the web.

    The language of programming used for the project is the PHP, and Green Orange includes a complete collection of classes, organized in levels and families (packages), that allows to plan and to implement a software making wide use of the OOP.

    Besides, Green Orange is the first environment of development that makes available an interface graphics, easy to use, to quickly build using the browser an application or simply a site.

    The framework and the whole visual environment of development is under license GPL, therefore completely free.

    Our framework is your framework therefore we invite you to spread it, to use it, to widen it and to signal every possible malfunction to us, to the purpose to improve and to share with the whole community what is done.



    Small example:
    codice:
     
     <?php
        require_once("require_once.php"); 
    
        loadControl(_C_COMMON); 
        loadControl(_C_TAG); 
        loadControl(_C_BUTTON); 
    
    
        $html   = new Tag(_H_HTML); 
        $head   = new Tag(_H_HEAD); 
        $title  = new Tag(_H_TITLE); 
        $body   = new Tag(_H_BODY); 
        $form   = new Tag(_H_FORM); 
        $button = new Button(); 
    
        $title->setTagValue("Example 2"); 
        
        $form->setProperty(_P_NAME,"EXAMPLE2"); 
        
        $button->setIcon(_I_HOME); 
        $button->setLabel("Home"); 
        $button->setLink("javascript:alert('Green Orange is cool')"); 
          
    
        $head->setTagValue($title); 
        $html->setTagValue($head); 
        $form->setTagValue($button); 
        $body->setTagValue($form); 
        $html->setTagValue($body); 
    
        $html->render(); 
    ?>

  2. #2
    Ciao...anzi Hello!

    Quel modo di programmare, ovvero creare i tag HTML attraverso chiamate a metodi PHP e un po' superato, si usava anche in Perl.
    IMHO L'utilità e relativa
    Anche alcune classi PEAR usavano un sistema del genere, ma successivamente si sono convertite utilizzando dei veri e propri templating engines.

    Una cosa...non è molto coerente promuovere un framework usando PHP-nuke come CMS, e non testimonia a favore del framework
    per favore NIENTE PVT TECNICI da sconosciuti

  3. #3
    please ... don't spam anymore!

    your post was moved to announcements forum ... this kind of posts aren't allowed here ...

    ---


    come va il mio inglisch? migliora? no? è sempre mejo del mio ita però

    [qualche giorno fa a lavoro ho detto una frase sconcertante ... gianko ha calato la testa facendo cenno di aver capito ... dopo qualche secondo ho ripensato a quello che ho detto e mi son chiesto ... ma ho capito ciò che ho detto? ... ... MUahuahUAHUAHUHAUhAUhAUAHuhuahAUHUAHAU ] .... ok ... devo tornare a scuola o usare un undelete nel cervello ... un tempo conteneva anche materiale di altro genere

  4. #4
    Utente di HTML.it
    Registrato dal
    Apr 2005
    Messaggi
    3
    Hi All,

    in the version 1.0 GOF use this metodology, but in the

    new version, 2.0 (among a few months - news) there are template (wizard) but

    the metodology is the same.

    This metodology is used in many project and it is winning.

    Bye,

    Max

  5. #5
    Utente di HTML.it
    Registrato dal
    Apr 2005
    Messaggi
    3
    I forgot,

    Gof (Green Orange Framework)uses the best of the frameworks.

    It is a metodology and it is not a new language.

    Is use the CMS of php-nuke, phpBB , blueshoes and others metologies.

    To appreciate other people's job means to accept the paternity.

    Regards,

    Max

  6. #6
    pls ... here isin't the correct forum

    you must post on "Annunci" forum, in the bottom part of the forum list.

    Hovewer this forums is in italian so i think that not many people will understand what you are saying

    sorry for my poor english

  7. #7

    Re: Green Orange - PHP Framework

    [supersaibal]Originariamente inviato da max722
    Green Orange Project is born with the idea ...
    [/supersaibal]
    Ciccio sei recidivo, che non so come cacchio si dice in inglese :rollo:

    You're in wrong forum, last time i moved the topic in the right forum, this time i close the topic...

    there won't be a next time, did you get it ?
    Addio Aldo, amico mio... [03/12/70 - 16/08/03]

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.