Login   Register  
PHP Classes
elePHPant
Icontem

File: what_is_new.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Marcelo Costa  >  ooeLite  >  what_is_new.txt  >  Download  
File: what_is_new.txt
Role: Documentation
Content type: text/plain
Description: new features description
Class: ooeLite
Web application development framework
Author: By
Last change:
Date: 2009-07-10 11:25
Size: 756 bytes
 

Contents

Class file image Download
ooeLite are lite version from ooe framework;
ooeLite have some news features for next release candidate from ooe framework;

News Feature :

Now all classes as extend from ooeInheritance;

Now ooeInheritance suport classes with constructor;

ooePDO now have news methods and suport SQL Statement;

ooePDO return error execption for best query debug;

ooeLite work only PDO (PHP DATA OBJECT) and suport all PDO database (mysql,postgres,oracle,etc ..);

See exemples :

executeSql.php :   compact automatic method for all basic querys;

prepare_select.php :   methods for return values from select querys;

statment_sql.php : How to use a statement querys , suport all basic querys , select, update, delete , insert and store procedures.

Good Luck for all.