Login   Register  
PHP Classes
elePHPant
Icontem

File: lang/en.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Nicholas Oliveira  >  Cyber MySQL  >  lang/en.php  >  Download  
File: lang/en.php
Role: Configuration script
Content type: text/plain
Description: english translation
Class: Cyber MySQL
Execute MySQL queries using lists of arguments
Author: By
Last change:
Date: 2010-03-11 07:22
Size: 386 bytes
 

Contents

Class file image Download
<?
define
(_QUERY_FAILED_"Couldn't process Query String: Mysql Error: ".mysql_error());
define(_QUERY_EMPTY_"couldn''t process empty query string.");
define(_COUNT_FIELDS_FAILED_"number of fields %d must be equal content number: %d");
define(_MULTI_INSERT_ERROR_"param  @1 , @2, @3 must not be empty ");
define(_UPDATE_EMPTY_FIELDS_"you must fill all updater fields");
?>