Skip to content

Mapea y Crea Codigo para usarlo con CodeIgniter + Doctrine + RestServer + HMVC

Notifications You must be signed in to change notification settings

EstebanFuentealba/PHPCodeCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO

Configuration:
File: config.inc.php
define('DB_SERVER', "");
define('DB_USER', "");
define('DB_PASS', "");
define('DB_DATABASE', "");
define("APPDIR",dirname(FILE));

DB_SERVER = Database server Ex.: localhost
DB_USER = User database server Ex.: root
DB_PASS = Password user database server Ex.: ******
DB_DATABASE = Database name Ex.: geriatria

How to use:
Examples:
http://localhost/PHPClassCreator/public_html/index.php/RestServer/Tbl_pacienteController/tblsPacientes.xml?condition=contains&colName=tbl_persona.nombres&q=Es&limit=5
http://localhost/PHPClassCreator/public_html/index.php/RestServer/Tbl_pacienteController/tblsPacientes.json?condition=contains&colName=tbl_persona.nombres&q=Es&limit=5
http://localhost/PHPClassCreator/public_html/index.php/RestServer/Tbl_pacienteController/tblsPacientes.jsonp?condition=contains&colName=tbl_persona.nombres&q=Es&limit=5&callback=test
URL Project / Modules /Controllers / Function . Type ? Params

About

Mapea y Crea Codigo para usarlo con CodeIgniter + Doctrine + RestServer + HMVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages