Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Search found 11 matches
Smarty Forum Index
Author Message
  Topic: creating a tree like list
kjarli

Replies: 2
Views: 5440

PostForum: General   Posted: Fri Nov 02, 2007 5:19 pm   Subject: creating a tree like list
How can you create a list like this:

- item
- item
- - item
- - item
- - - item
- - - - item
- - - - item
- - item
- item
- item
- - item

etc.

But than with out the - in front..
  Topic: Organising html with {include} is hard
kjarli

Replies: 2
Views: 10156

PostForum: Feature Requests   Posted: Thu Jul 26, 2007 1:43 pm   Subject: Organising html with {include} is hard
My source is a little messed up if you look at it.

I use tabs to organise my html.

But when i use {include}, it just pastes in the include.

It would be much nicer if each line of html would g ...
  Topic: $mysqli->fetch_assoc assigns only 1
kjarli

Replies: 4
Views: 12838

PostForum: General   Posted: Wed Jul 25, 2007 9:33 pm   Subject: $mysqli->fetch_assoc assigns only 1
Yup, thats it...

i tried

query_ids = array();
$query_names = array();
....
while ($row = $result->fetch_assoc()) {
$query_ids = $row['cat_id'];
$query_names = $row['cat_name'];
...
  Topic: $mysqli->fetch_assoc assigns only 1
kjarli

Replies: 4
Views: 12838

PostForum: General   Posted: Wed Jul 25, 2007 4:33 pm   Subject: $mysqli->fetch_assoc assigns only 1
nobody online or something?
  Topic: Error always appear but make no sense to anythink
kjarli

Replies: 3
Views: 10392

PostForum: Add-ons   Posted: Wed Jul 25, 2007 3:10 pm   Subject: Error always appear but make no sense to anythink
I think you should post some of the code...
  Topic: $mysqli->fetch_assoc assigns only 1
kjarli

Replies: 4
Views: 12838

PostForum: General   Posted: Wed Jul 25, 2007 2:58 pm   Subject: $mysqli->fetch_assoc assigns only 1
When i do:

$query = sprintf
("
SELECT
cat_id,
cat_name,
cat_position
FROM
menu_cats
");

$result = $mysqli->query($query)or die($mysqli->erro ...
  Topic: display 15 results
kjarli

Replies: 6
Views: 9806

PostForum: General   Posted: Mon May 07, 2007 4:54 pm   Subject: display 15 results
ah ok thnx, after seeing it, its alot easier, than just searching it up in a document
  Topic: display 15 results
kjarli

Replies: 6
Views: 9806

PostForum: General   Posted: Mon May 07, 2007 4:09 pm   Subject: display 15 results
so somewhat like this?

<td>{$query_results['user_id'].col_1}</td>
<td>{$query_results['user_name'].col_2}</td>
<td ...
  Topic: display 15 results
kjarli

Replies: 6
Views: 9806

PostForum: General   Posted: Mon May 07, 2007 3:43 pm   Subject: display 15 results
thnx, but what does the append mean?

i use it for my function quote_smart

like this:


$update_level_query = sprintf
("
UPD ...
  Topic: digipanel.com uses Smarty
kjarli

Replies: 2
Views: 48054

PostForum: Testimonials   Posted: Mon May 07, 2007 1:54 pm   Subject: digipanel.com uses Smarty
and they taste good
http://student.dcu.ie/~copains/fr489_02/experiences/images/smarties.jpg
  Topic: display 15 results
kjarli

Replies: 6
Views: 9806

PostForum: General   Posted: Mon May 07, 2007 12:58 pm   Subject: display 15 results
I got the following piece of code:

$query =
sprintf
("
SELECT
*
FROM
".$table."
ORDER BY
".$order."
LIMIT
" ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP