-
How to get its table_ref?.
2007-04-03 07:54:21 UTC in phpMyAdmin
-
Thank , you very much.
We'll add these functions.
2007-04-03 07:38:42 UTC in SmartTemplate
-
$tpl->output($data) won't use $data for parse.
file:class.smarttemplate.php
modify:
/**
* Execute parsed Template
* Prints Parsing Results to Standard Output
*
* @access public
* @param array $_top Content Array
* @desc Execute parsed Template
*/
function output ( $_top = '' )
{
global $_top;
if(func_num_args()) {
$_topin = func_get_arg( 0 );...
2007-04-03 07:36:45 UTC in SmartTemplate
-
Now, ROWBIT's step base is 2.
We can set a param for SmartTemplate which is ROWBIT's step base.
example:
STEP_BASE is 3, then:
ROWBIT is 0,1,2,0,1,2,0,1,2...
2006-11-23 05:44:31 UTC in SmartTemplate
-
Can you fix it?.
2006-11-22 07:18:29 UTC in phpMyAdmin
-
Logged In: YES
user_id=1319548
message(Date: 2006-11-08 09:33) is input wrong!
I have a code depend on MySQL Parse!
If MySQL Parse can't get the table_ref , I can't get the
correct table_ref info.
If ==========================
SELECT *
FROM TABLE status WHERE id =1
Then ========================
[table_ref] => Array
(
[0] => Array.
2006-11-08 01:36:03 UTC in phpMyAdmin
-
Logged In: YES
user_id=1319548
I have a code depend on MySQL Parse!
If MySQL can't get the table_ref , I can't get the correct table_ref info.
If ==========================
SELECT *
FROM TABLE status WHERE id =1
Then ========================
[table_ref] => Array
(
)
If ==========================
SELECT *
FROM TABLE status WHERE id =1
Then ========================...
2006-11-08 01:33:13 UTC in phpMyAdmin
-
Logged In: YES
user_id=1319548
[table_ref] => Array
(
)
there has nothing.
If you use other word as table alias , there has the alias name.
2006-11-06 05:39:13 UTC in phpMyAdmin
-
Logged In: YES
user_id=1319548
[table_ref] => Array
(
)
there has nothing.
If you use other word as table alias , there has the alias name.
2006-11-06 05:37:41 UTC in phpMyAdmin
-
Logged In: YES
user_id=1319548
we'll fix it.
2006-11-06 05:32:40 UTC in SmartTemplate