<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.bu22.com/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.bu22.com/wiki/feed.php">
        <title>GameBase</title>
        <description></description>
        <link>http://www.bu22.com/wiki/</link>
        <image rdf:resource="http://www.bu22.com/wiki/lib/images/favicon.ico" />
       <dc:date>2013-05-25T21:25:01-04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.bu22.com/wiki/jlf/features/session?rev=1352910295&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.bu22.com/wiki/jlf/features/forms/designing_forms_in_smarty?rev=1352497491&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.bu22.com/wiki/jlf/features/forms/php_documentation?rev=1351457012&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.bu22.com/wiki/jlf/features/forms?rev=1350856525&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.bu22.com/wiki/jlf/features/forms/loading_forms_using_smarty?rev=1350856406&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.bu22.com/wiki/lib/images/favicon.ico">
        <title>GameBase</title>
        <link>http://www.bu22.com/wiki/</link>
        <url>http://www.bu22.com/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.bu22.com/wiki/jlf/features/session?rev=1352910295&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-11-14T11:24:55-04:00</dc:date>
        <dc:creator>Jimbo</dc:creator>
        <title>jlf:features:session</title>
        <link>http://www.bu22.com/wiki/jlf/features/session?rev=1352910295&amp;do=diff</link>
        <description>JLF Session is a wrapper for PHP sessions.


	*  
	*  
	*  
	*  

Summary

	*  Accessed through the $jlf-&gt;session property
	*  There is no public method to “start” a session as sessions are implicitly started on-demand.
	*  JLF class:  JLF_Session.php
	*  Cookie-based sessions only, url-param-based not supported (why would you ever want to?)
	*  Session cookies params set as: -
		*  domain = current host
		*  path = /
		*  lifetime = 0 (until browser is closed)
		*  secure = false (send across h…</description>
    </item>
    <item rdf:about="http://www.bu22.com/wiki/jlf/features/forms/designing_forms_in_smarty?rev=1352497491&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-11-09T16:44:51-04:00</dc:date>
        <dc:creator>Jimbo</dc:creator>
        <title>jlf:features:forms:designing_forms_in_smarty</title>
        <link>http://www.bu22.com/wiki/jlf/features/forms/designing_forms_in_smarty?rev=1352497491&amp;do=diff</link>
        <description>{jf}


This block function begins and ends a JLF Form, and defines it as being current until the corresponding call to {/jf} is made. It outputs the opening &lt;form&gt; tag along with any of the form's hidden elements, and closes the form with &lt;/form&gt;.</description>
    </item>
    <item rdf:about="http://www.bu22.com/wiki/jlf/features/forms/php_documentation?rev=1351457012&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-28T16:43:32-04:00</dc:date>
        <dc:creator>Jimbo</dc:creator>
        <title>jlf:features:forms:php_documentation</title>
        <link>http://www.bu22.com/wiki/jlf/features/forms/php_documentation?rev=1351457012&amp;do=diff</link>
        <description>Creating a JLF Form

Creating the form class


Form classes are based on a spec.  Once you have chosen a spec, you derive your class name from it. For example: -

 Spec  Path within JLF_SITE_SUPPORT_PATH/forms/  “customer_survey”  JLF_FormCustomerSurvey.php  “surveys/customer/nice_survey”  surveys/customer/JLF_FormSurveysCustomerNiceSurvey.php 
Example Form Class


&lt;?php
// This is file:  JLF_SITE_SUPPORT_PATH/forms/JLF_FormLogin.php
if ( !in_array( 'JLF_FormLogin', get_declared_classes() ) ) :
…</description>
    </item>
    <item rdf:about="http://www.bu22.com/wiki/jlf/features/forms?rev=1350856525&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-21T17:55:25-04:00</dc:date>
        <dc:creator>Jimbo</dc:creator>
        <title>jlf:features:forms</title>
        <link>http://www.bu22.com/wiki/jlf/features/forms?rev=1350856525&amp;do=diff</link>
        <description>*  Loading Forms using Smarty
	*  Designing Forms in Smarty
	*  PHP Documentation</description>
    </item>
    <item rdf:about="http://www.bu22.com/wiki/jlf/features/forms/loading_forms_using_smarty?rev=1350856406&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-21T17:53:26-04:00</dc:date>
        <dc:creator>Jimbo</dc:creator>
        <title>jlf:features:forms:loading_forms_using_smarty - created</title>
        <link>http://www.bu22.com/wiki/jlf/features/forms/loading_forms_using_smarty?rev=1350856406&amp;do=diff</link>
        <description>{jlf_form}
 Parameter  Type  Description  spec  required  The 'spec' of the form, e.g. “users/login”, “contact-us”, “feedback”.  name  required  Specifies the DOM name and id attributes for the form.  template  optional  The smarty template to use for the form. Defaults to “default”.  ajaxload  optional  If set to true, the form will be loaded via AJAX. Defaults to false. If this is true, the form will also be submitted via ajax so the ajaxsubmit parameter will be ignored.  trigger  optional  On…</description>
    </item>
</rdf:RDF>
