Archive for the ‘Classes’ Category
TreeView
Wednesday, July 28th, 2010
It can generate HTML and Javascript to display a nested tree of folder that may contain entries with link to given URLs.
classes, rss
Classes | No Comments »
Lightweight MVC
Wednesday, July 28th, 2010
It provides based model, view and controller class that should be derived to implement new applications.
classes, rss
Classes | No Comments »
XML-RPC Client
Tuesday, July 27th, 2010
It can send HTTP requests to a given XML-RPC server to call a function passing given parameters.
The class supports calling servers that require basic HTTP authentication.
classes, rss
Classes | No Comments »
My special calendar
Tuesday, July 27th, 2010
It can generate HTML and JavaScript to display calendars for given months and years.
The class can display the current month day and any other special days in different way.
classes, rss
Classes | No Comments »
Mysql Class TKB
Monday, July 26th, 2010
classes, rss
Classes | No Comments »
MySQL Class TKB
Monday, July 26th, 2010
There is one class that can perform SELECT queries to retrieve information in several ways from a MySQL table.
Another can perform INSERT, UPDATE and DELETE queries to a given table.
In Portuguese:
Classe para facilitar a inclusões, alterações, exclusões, listas e para saber o valor de um registro especifico em tabelas Mysql.
classes, rss
Classes | No Comments »
Link converter
Monday, July 26th, 2010
It can take a relative path and determine the absolute URL of that path relative to another URL.
The class can also compute the relative path between two URLs.
classes, rss
Classes | No Comments »
Simple JSON DB
Sunday, July 25th, 2010
It can set one or more key-value pairs and save all the values to a file serializing in JSON format.
The class can also open a previously saved file and read the saved values into a class array variable.
The comments in the class are in Portuguese.
In Portuguese:
Leia e escreva arquivos do tipo JSON. Com essa classe você pode criar um simples banco de dados com arquivos em disco.
classes, rss
Classes | No Comments »
PHP MySQL Connection Class
Sunday, July 25th, 2010
- Establish MySQL database server connections
- Execute SQL queries and return the results in arrays
- Count the number of records in tables
- Execute queries to retrieve a single value or multiple values
- Get the list of tables
- Get the SQL definition and record data for recreating a table
- Generate dump with SQL statements to recreate a database
classes, rss
Classes | No Comments »
cBancoDados
Saturday, July 24th, 2010
It can open a connection to a given MySQL server to become the default database connection.
The class can also select the current database and close the database connection.
In Portuguese:
Classe para conexão de banco de dados MySQL com PHP orientado a objetos.
Com esta classe retiramos todo o SQL das páginas.