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 9 matches
Smarty Forum Index
Author Message
  Topic: Problem with simplexml_load_file
StratoKyke

Replies: 1
Views: 20556

PostForum: Smarty 3   Posted: Mon Sep 07, 2015 2:53 pm   Subject: Problem with simplexml_load_file
The error is:
simplexml_load_file(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate ver ...
  Topic: Show a piece of code only in a specific template
StratoKyke

Replies: 5
Views: 6829

PostForum: General   Posted: Thu Jul 30, 2015 2:30 pm   Subject: Show a piece of code only in a specific template
Thank you so much U.Tews Smile I solved the problem.
  Topic: Show a piece of code only in a specific template
StratoKyke

Replies: 5
Views: 6829

PostForum: General   Posted: Wed Jul 29, 2015 4:22 pm   Subject: Show a piece of code only in a specific template
I'll explain my problem:

This is my template:


{include file="header.tpl" title="" page_description="" page_keywords=""}
{include file=&q ...
  Topic: Use sessions codeigniter in smarty
StratoKyke

Replies: 2
Views: 6537

PostForum: General   Posted: Tue May 05, 2015 8:01 am   Subject: Use sessions codeigniter in smarty
Someone who can help me? Smile

I would that with a {if} make available part of template only to user registers.
  Topic: Help for foreach
StratoKyke

Replies: 4
Views: 6777

PostForum: General   Posted: Sun May 03, 2015 1:25 pm   Subject: Help for foreach
I fix the problem.

The query was poorly written.

wrong:
$player->select('name', 'job', 'level');


Right:

$player->select('name, job, level');

Thanks for the h ...
  Topic: Help for foreach
StratoKyke

Replies: 4
Views: 6777

PostForum: General   Posted: Sun May 03, 2015 10:41 am   Subject: Help for foreach
Ok, I solved the problem partially.

I modified the models in this way
public function players() {
$player = $this->load->database('player', TRUE);
...
  Topic: Help for foreach
StratoKyke

Replies: 4
Views: 6777

PostForum: General   Posted: Sun May 03, 2015 9:47 am   Subject: Help for foreach
If I edit the controller in this way:

public function players() {
$this->ranks->players();
$data['variable'] = $this->ranks->players();
$th ...
  Topic: Help for foreach
StratoKyke

Replies: 4
Views: 6777

PostForum: General   Posted: Thu Apr 30, 2015 4:25 pm   Subject: Help for foreach
I use codeigniter and I have an problem with use foreach in the template.

My model:

public function players() {
$player = $this->load->database('player', TRUE ...
  Topic: Use sessions codeigniter in smarty
StratoKyke

Replies: 2
Views: 6537

PostForum: General   Posted: Thu Apr 30, 2015 9:23 am   Subject: Use sessions codeigniter in smarty
Hi Smile
I'm new in smarty and I'm working with codeigniter.

I created a system login and logout that works seamlessly with smarty and I was able to transfer variables on the template.

But I was w ...
 
Page 1 of 1
All times are GMT
Jump to:  


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