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 13 matches
Smarty Forum Index
Author Message
  Topic: best CRUD framework?
hdkeeper

Replies: 11
Views: 64785

PostForum: Frameworks   Posted: Tue Jun 16, 2009 7:42 pm   Subject: best CRUD framework?
For CRUD, I like to use active_record from Limb3 framework. It was inspired by Ruby on Rails, it seems. Database introspection rocks!

See http://limb-project.com/en/
  Topic: What is the best PHP IDE?
hdkeeper

Replies: 10
Views: 38146

PostForum: Smarty Development   Posted: Tue Mar 31, 2009 4:34 pm   Subject: What is the best PHP IDE?
I use Eclipse PDT.
http://www.eclipse.org/pdt/
...or Far Manager + Colorer for short scripts.
[url=http://www.farmanager.com/index.php?l=en]Far Manager
[url=http://plugring.farmanager.com/cgi-bin/ ...
  Topic: Smarty XSLT block function
hdkeeper

Replies: 9
Views: 21756

PostForum: Smarty Development   Posted: Tue Mar 31, 2009 4:27 pm   Subject: Smarty XSLT block function
Well... There were some simple samples of XML/XSLT code above, and examples of Smarty plugin invocation, too.

What goal you are going to achieve? What your code should display?
  Topic: how to display dynamic checkbox
hdkeeper

Replies: 1
Views: 6433

PostForum: Smarty Development   Posted: Wed Jan 07, 2009 8:20 am   Subject: how to display dynamic checkbox
What do you mean by "dynamic check box" ?
Post an example of desired HTML code here, please.
  Topic: I have a problem
hdkeeper

Replies: 1
Views: 5408

PostForum: Smarty Development   Posted: Sun Dec 28, 2008 10:44 am   Subject: I have a problem
{if $CONDITION}
<!-- Your markup here -->
{/if}
  Topic: Smarty XSLT block function
hdkeeper

Replies: 9
Views: 21756

PostForum: Smarty Development   Posted: Thu Dec 25, 2008 10:30 am   Subject: Smarty XSLT block function
Some bugfixes were applied to plugins/block.xslt.php -- see above.
  Topic: Smarty XSLT block function
hdkeeper

Replies: 9
Views: 21756

PostForum: Smarty Development   Posted: Sun Nov 23, 2008 12:18 pm   Subject: Smarty XSLT block function
As names of parameters for the plugin were changed, we have to change our testing template, too.

test.tpl
<html>
<head>
<title>Smarty XSLT block plugin</title>
</head ...
  Topic: Smarty XSLT block function
hdkeeper

Replies: 9
Views: 21756

PostForum: Smarty Development   Posted: Sun Nov 23, 2008 12:15 pm   Subject: Smarty XSLT block function
The next version of XSLT plugin for your consideration. No PEAR::XML_Serializer class is longer required, and some speedup is also gained. This version requires PHP-5 with mbstring, DOM & XSL exte ...
  Topic: Smarty XSLT block function
hdkeeper

Replies: 9
Views: 21756

PostForum: Smarty Development   Posted: Thu Nov 20, 2008 8:22 pm   Subject: Smarty XSLT block function
Standalone XSL template referred from above.

test.xsl
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output met ...
  Topic: Smarty XSLT block function
hdkeeper

Replies: 9
Views: 21756

PostForum: Smarty Development   Posted: Thu Nov 20, 2008 8:21 pm   Subject: Smarty XSLT block function
Smarty template with XSLT included.

test.tpl
<html>
<head>
<title>Smarty XSLT block plugin</title>
</head>
<body>

<h1>Smarty XSLT block plugin</ ...
  Topic: Smarty XSLT block function
hdkeeper

Replies: 9
Views: 21756

PostForum: Smarty Development   Posted: Thu Nov 20, 2008 8:20 pm   Subject: Smarty XSLT block function
Damn, I cannot post HTML/XML code yet... -_-
  Topic: Smarty XSLT block function
hdkeeper

Replies: 9
Views: 21756

PostForum: Smarty Development   Posted: Thu Nov 20, 2008 8:14 pm   Subject: Smarty XSLT block function
Now some stuff to test this plugin.

test.php
<?php
require_once 'Smarty/Smarty.class.php';

$smarty = new Smarty();
$smarty->template_dir = $_SERVER['DOCUMENT_ROOT'].'/'; ...
  Topic: Smarty XSLT block function
hdkeeper

Replies: 9
Views: 21756

PostForum: Smarty Development   Posted: Thu Nov 20, 2008 8:02 pm   Subject: Smarty XSLT block function
Here's an example of quick and dirty XSLT plugin for Smarty 2.6.20. It supports PHP arrays, classes and raw XML as data source. Support for different encodings is also present. This plugin requires PH ...
 
Page 1 of 1
All times are GMT
Jump to:  


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