PHP Classes

Packages of Ranielly Ferreira

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Ranielly Ferreira (3)  >  Mission progress status  >  Reputation  
Picture of Ranielly Ferreira
Name: Ranielly Ferreira <contact>
Classes: 3
Country: Brazil Brazil
Age: 32
All time rank: 140390 in Brazil Brazil
Week rank: 195 Up14 in Brazil Brazil Up
All time users: 2178
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image DB Session Advanced Class  
Manage user sessions stored in a MySQL table
This class can manage user sessions stored in a MySQL table.

It can create a table in a MySQL database to store session data.

The class can store and retrieve records of the sessions of each user. It uses cookies to keep track of users instead of PHP sessions.

It can set, get and remove key values of variables to be associated with the session of the current user.

In Portuguese:

Sistema de sessão parecido com $_SESSION, mas não usa session. Foi projetado para maior capacidade em guardar dados e não perde-los por qualquer coisa.

Sessão identificada por um cookie, onde os dados setado pelo usuário é guardado em uma tabela no mysql.

  Files folder image Easy SQL Generator  
Compose common SQL queries from parameters
This class can compose common SQL queries from parameters.

It can take parameters that define tables, fields, values and condition values to compose SQL query statements.

Currently it can compose insert, update, delete and select queries. It supports limit clauses, like comparison operator, order and join queries.

In Portuguese:

Uma forma fácil para gerar e manipular suas consultas SQL.

  Files folder image Google Charts API PHP library  
Show graphics using the Google Charts API
This class can show graphics using the Google Charts API.

It can generate HTML and JavaScript to render graphics of several types with Google Charts JavaScript API.

Currently it supports line chart, pie chart, column chart, area chart, tree map, scatter chart, gauge, geo chart, combo chart, bar chart, candlestick chart and table.

The class returns the HTML for the generated chart as a string.

The code and the comments are in Portuguese.

In Portuguese:

API do Google Charts serve para criar gráficos dinâmicos, com muita facilidade.

Esta classe Gcharts, facilita mais ainda o uso desta API Google Charts.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z