Projects tagged ‘adodb’


[43 total ]

7 Users
 

Sistema Administrativo Integrado Descentralizado: Es un sistema administrativo integral que permite la automatización de los procesos inherentes a la administración pública de entes ... [More] descentralizados sin fines empresariales. En el SAID se registra y controla el presupuesto de gastos de un organismo público sin fines empresariales, así los usuarios planifican la formulación de presupuesto de gastos (basado en el instructivo 12 de la ONAPRE) y luego pasan a la asignación de créditos que les permite ejecutar el presupuesto mediante procesos de compras o compromisos de distinto origen. La ejecución del presupuesto pasa por todas las etapas del gasto: compromiso, causado y pagado, conectándose con los procesos financieros y contables que tengan lugar. [Less]
Created over 2 years ago.

5 Users
 

epesiBIM = Business Information Manager. A little more than just CRM: multiuser addressbook, calendar, to do list, notes and file attachments. Can be extended and customized using included epesi framework. Allows rapid development of new modules.
Created about 1 year ago.

4 Users

A modular application which uses the EVE API as it's core source of data to give character, corporations, and alliances a way to maximize their enjoyment of the greatest on-line game ever known EVE-Online.
Created 6 months ago.

4 Users

Used to get XML files from the EVE-Online API and store the results in a MySQL database. More detailed explanationHere an extend explanation of what Yapeal does since it a little different then ... [More] the other PHP API libraries people are using. It not only grabs the data from the API for you but also saves the data into a MySQL database as well. It was made to be ran from a crontab job and works in the background to 'Auto-magically' as I call it, keep the database updated so all you have to do is work with the database tables not the API and XML. It was made to be set and forget once configured. [Less]
Created 12 months ago.

2 Users
   

Elxis is a Free Open Source Content Management System (CMS). Elxis gives you the freedom and the power to do what ever you have in mind, without limitations or dependences. With Elxis CMS ... [More] , enterprises, business owners and individuals, are able to build multilingual websites and easily administer them. Elxis, does not requires special technical knowledge, although, when they are present they are always welcomed! Elxis CMS, is distributed as a free open source application. Official Elxis 2008 demo site: http://www.elxis-demo.com [Less]
Created over 2 years ago.

2 Users
 

BurstCMS is a content management system intended to be run on PHP 5. The main idea behind BurstCMS is that you have modules and components. Modules are made up out of components. Components are PHP ... [More] classes or sets of functions that do small tasks such as parse BBCode. Modules are larger things such as blogs and forums. Modules utilize the functionality in components. So a forum module would utilize the BBCode parser component in order to parse BBCode. A blog can use the exact same BBCode parser to parse BBCode in the blog's comments. Modules can share components in order to save space. If you have a traditional forum and a traditional blogging platform, why have two different sets of BBCode parsers? [Less]
Created about 1 year ago.

1 Users
 

Mogblotor is a compact yet efficient blogging platform for people who would like to concentrate on writing posts instead of maintaining their blogging software. It is designed to be easy to use ... [More] , intuitive, extendable and architecturally superior to the alternative blogging platforms of today. Mogblotor is built on PHP5, Smarty templating engine and AdoDB data abstraction layer. [Less]
Created over 2 years ago.

1 Users
   

Since I developed with Rails using the ultra-comfortable ActiveRecord I felt the need for a similar solution in PHP. Googling around I found some people saying this is impossible. That’s true: ... [More] Ruby’s OOP implementation is in many ways superior to PHP’s. But anyway I decided: Some of ActiveRecords comfort must be possible in PHP. I’ve decided to build on AdoDB for PHP since it already does the heavy lifting of database abstraction very good. [Less]
Created about 1 year ago.

0 Users

php OOP + adodb + smarty
Created 11 months ago.

0 Users

This is a library of tools that has grown from a few functions for manipulating ADODB recordsets for VB and VBA to an implementation in C# for ADO.net datatable and dataset. The library includes ... [More] functions for; Group By Sub totals Pivots (Cross Tabs) Cloning Merging Appending of datatables and recordsets. It's original use was for manipulating datasets that didn't originate from a database so all aggregate functions had to be done in code. Initially i'm tidying, documenting and uploading the ADODB version, the ADO.net version will follow soon. Mostly this is so i can get the hang of Google Code :) Before i get to make any packages to download you can browse and download the source from SVN Update: You can download all VB code plus a simple set of test from the examples in SVN. Once copied, try RunAllTests() in module LocalUnitTests Ive also included function GetGoogleFinanceData() eg: Dim rs as ADODB.Recordset set rs = GetGoogleFinanceData("NASDAQ:GOOG",startDate,endDate) This is just to get by until a proper release. m [Less]
Created 7 months ago.