Hi all,
I've made a modification in this file to access to a database without using push and pop primitives.
Is it possible to integrate that in official version ?
function getConnection ($fetchmode=ADODB_FETCH_NUM, $name=null)
{
if (!isset($GLOBALS['PNRuntime']['DB']) && defined('_PNINSTALLVER')) {
return;
}
$count = count($GLOBALS['PNRuntime']['DB']);
if (!$count) {
if (defined('_PNINSTALLVER')) {
return;
} else {
return pn_exit ('Attempted to get connection from empty connection stack ...');
}
}
$conn = $GLOBALS['PNRuntime']['DB'][$count-1]['dbconn'];
if ($name)
{
$i = 0;
for ($i=0 ; $i
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
- nestormateo responded to »Fillters in Clip« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
modification une DBConnectionStack
-
- Rank: Registered User
- Registered: Mar 20, 2008
- Last visit: Sep 16, 2008
- Posts: 5
-
- Rank: Team Member
- Registered: Jan 19, 2003
- Last visit: Apr 06, 2010
- Posts: 442
Hi,
please put it as a patch into a new Cozi ticket at http://code.zikula.org/core
This way it won't get forgotten.
--
Guite | ModuleStudio
- Moderated by:
- Support
