Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

A full-featured, web-based, multilingual (40+ languages), tightly integrated, all-in-one Wiki+CMS+Groupware, Free Source Software (GNU/LGPL), using PHP, MySQL, Zend Framework, jQuery and Smarty. Tiki can be used to create all kinds of Web applications, sites, portals, knowledge base, intranets, and ... [More] extranets. It is actively developed by a very large international community. Tiki is the FOSS Web Application with the most built-in features. Highly configurable and modular, all features are optional and administered via a web-based interface. [Less]

4.35385
   
  11 reviews  |  139 users  |  1,053,855 lines of code  |  40 current contributors  |  Analyzed 4 days ago
 
 

XOOPS Cube is a a free Open Source Web Application Platform released under BSD license and Base Legacy modules released under GPL license. The XOOPS Cube Project is friendly managed, maintained, developed and supported by a volunteer group to expand our network, vision, creativity and skills. ... [More] Package Legacy Package Legacy is highly compatible with XOOPS 2 empowering everyone to create dynamic and content rich websites with ease. Legacy ensures compatibility with XOOPS 2 modules while taking advantage from the new extendable Cube core. Extensibility You can add functions to your website by installing modules. We recomend the next-generation of modules : Cube and D3 modules, which are known to be more secure, easily duplicated and renamed with an intuitive GUI to manage content, langua [Less]

4.0
   
  0 reviews  |  12 users  |  634,678 lines of code  |  16 current contributors  |  Analyzed 4 months ago
 
 

Jelix is an open-source PHP5 framework which help you to develop any kind of web applications: - High performance: designed for huge-loaded web sites. - Fully object oriented, highly modular and extensible. - Made on known design pattern: MVC, DAO.. - Support natively many output format: XHTML ... [More] , XUL, RSS, ATOM, RDF, ZIP, XML, PDF, etc. - Make web services developement easier : XML-RPC, JSON, and other Ajax stuffs. - Include a powerful form system to create all kind of forms, including CRUD forms. [Less]

4.3
   
  0 reviews  |  12 users  |  152,825 lines of code  |  23 current contributors  |  Analyzed 5 months ago
 
 

Features EPESI (a.k.a epesiBIM) • FREE • Open Source CRM Multiuser, multilanguage with UTF-8 support Shared contacts, calendar, tasks, phone calls 100% web based Unlimited notes and file attachments Advanced record history Unique Click2Fill data entry Unique Watchdog module to monitor ... [More] modified records RoundCube mail client epesi PHP/AJAX framework included Custom fields Modular design Advanced Recordset Permissions system EPESI Store - browse, install extensions with few clicks Small, lightweight, fast Intuitive user interface [Less]

5.0
 
  0 reviews  |  6 users  |  532,735 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 
Compare

Ajde is a web framework with open standards in mind

0
 
  0 reviews  |  1 user  |  35,116 lines of code  |  1 current contributor  |  Analyzed about 21 hours ago
 
 

Powerful open source framework for web applications and websites

0
 
  0 reviews  |  1 user  |  179,411 lines of code  |  8 current contributors  |  Analyzed 8 days ago
 
 

CRUD é um conjunto de classes que facilitam o desenvolvimento de aplicações orientadas a objetos no PHP, fazendo a persistência de objetos em bancos de dados relacionais. O principal objetivo é mudar a forma em que pensamos soluções em php e a forma que programamos. Acreditamos que não é ... [More] correto uma aplicação baseada em um banco de dados (deixando de ser Orientada a Objetos para ser Orientada a Tabelas ¬¬ ), quem deve mandar na aplicação são as classes modelo com o domínio do problema, e o banco de dados é apenas uma forma de armazenar estes dados, mas não encorajamos abandonar os recursos do Banco de Dados, mas sim utiliza-los como complemento para garantia da integridade dos dados Além da persistência a biblioteca é capaz de gerar as tabelas dos modelos programados, ainda faz o gerenciamento das instâncias dos objetos gerados para uma melhor performance. Confira os exemplos e a documentação para Exemplo == Class Pessoa == nome; } public function setNome($nome) { $this->nome = $nome; } public function getEmail() { return $this->email; } public function setEmail($email) { $this->email = $email; } } ?> Utilização da Classe (alguns exemplos) setNome("Vinicius Fiorio"); $pessoa->setEmail("samusdev@gmail.com"); $pessoa->dao->save(); //Carregando um objeto $pessoa->dao->load(1); //Carregando um array de objetos foreach($pessoa->dao->loadArrayList() as $p) { echo $p->getNome() . " - " . $p->getEmail(); } //Atualizando um objeto $pessoa->setNome("Vinicius Fiorio Custodio"); $pessoa->dao->save(); //Deletando um objeto $pessoa->dao->delete(); //Carregando uma lista a partir de uma condição, em uma ordem com um limite de //registros, depois ordenando por outro atributo $array = $pessoa->getDao()->loadArrayList("id > 3" , "nome DESC" , "20"); DAO::orderBy($array,"email"); foreach($array as $p) { echo $p->getNome . " = ".$p->getEamil(); } ?> www.samus.com.br/crudphp [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 8 days ago
 
 

Rapyd is a PHP5 minimalistic framework made to build applications based on MVC and CRUD patterns Rapyd FeaturesNo compiling, no command line needed, just unzip, it will work. PHP5 Strict Modules support Nice URLs (SEO oriented) Tiny MVC in few files Really Open Source (MIT licensed) Goals Flow ... [More] Planning Demos Testers neededHelp us by adding Issues, reporting bugs, suggesting solutions... Coders neededYour level doesn't matter, "build" a framework is just one step over "using" a framework. We hope that you can contribute with your experience, or we will do our best to increase your php knowledge. [Less]

0
 
  0 reviews  |  0 users  |  15,764 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

BenderGenera el Model para ser utilizado en el ZendFramework que corre desde la linea de comandos Lee un archivo .yml (YAML) para conectarse a la base de datos y otro para saber que tablas leer y que objetos crear Al generar los objetos se crea una estructura en la carpeta "output" donde ... [More] se pueden observar los directorios: Models: Beans: Factories: Catalogs: Collections: Lib: Exceptions: Luego pongo mas detalles. --- Para poder generar los objetos solo basta con 2 comandos $ bender.php model:generate-schema $ bender.php model:generateDescargar el codigoPara descargar Bender Modeler a tu computadora necesitas un cliente subversion, si lo haces desde la linea de comandos corre la siguiente instrucción svn checkout http://bender-modeler.googlecode.com/svn/trunk/ bender=P [Less]

0
 
  0 reviews  |  0 users  |  10,871 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

Amhulio is a PHP 5 and MySQL web framework. With the idea of widgets, the design pattern of MVC, and the technology of AJAX, we have created a structural, and extensible architecture for rapid development of interactive and complex web application. Learning a new framework can be a headache, but ... [More] not when it comes to Amhulio. Unlike most frameworks, we do not reinvent a new way of usage for existing features. We keep things simple. You can easily get the hang of Amhulio by going through our tutorial. Please go to our homepage for details includes tutorials and downloading. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 5 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.