<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://permalink.gmane.org/gmane.comp.php.seagull.general">
    <title>gmane.comp.php.seagull.general</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.seagull.general/9266"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.seagull.general/9265"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.seagull.general/9264"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.seagull.general/9263"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.seagull.general/9262"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.seagull.general/9261"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.seagull.general/9260"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.seagull.general/9259"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.seagull.general/9258"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.seagull.general/9257"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.seagull.general/9256"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.seagull.general/9255"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.seagull.general/9254"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.seagull.general/9253"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.seagull.general/9252"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.seagull.general/9251"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.seagull.general/9250"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.seagull.general/9249"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.seagull.general/9248"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.php.seagull.general/9247"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.seagull.general/9266">
    <title>SGL2 improvements</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general/9266</link>
    <description>
Hi Demian,

for SGL2, I would love to talk about a few improvements:

- First one is translation: Could we change things, so there is only one way
to do translation? By default, all modules will do it that way and we have
all modules translatable. (like having GUI translation in file (always) and
dynamic parts in DB) I really like to remove the difference between a site,
which is translatable and one that is not.

- Could we remove AjaxProvider class and use the Controller class for all
requests? It would really make keeping things together a lot easier. If you
want to make a fallback version without AJAX, you can use same code.
(Without writing another class to keep the logic)

- Could we remove the module table and add the module's information to ini
file? So we have the list of installed modules in config file without the
need for a database access. (I think you already thought about that)

- Could we use YAML as default xhtml/css framework?


Finally I'm waiting for integrating AJAX request type to SGL2</description>
    <dc:creator>Philipp Simon</dc:creator>
    <dc:date>2008-12-03T12:31:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.seagull.general/9265">
    <title>Re: SGL CMS - error on foreign key constraint</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general/9265</link>
    <description>

Heya Fabio

I suspect the error is occurring because you're constructing the  
object manually.  The 2 supplied context objects expect form input  
from Content and Content Type objects respectively, ie posted from cms  
web pages.

What you're trying to do should work fine just following the examples  
on the API page on the wiki, ie, no context objects required.

In the next version of CMS, which we're hoping to release this week,  
only the CMS libs will be obfuscated and not the Managers so it will  
be easier to hack.

Let me know if you have any more questions.

cheers

Demian

--
Demian Turner, founder
Seagull Systems, http://seagullsystems.com

Check out some sites built with the Seagull framework:
http://kindo.com/
http://www.babyfy.com/
http://www.artflock.com/
http://www.podcast.de/








--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email t</description>
    <dc:creator>Demian Turner</dc:creator>
    <dc:date>2008-12-01T00:14:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.seagull.general/9264">
    <title>SGL CMS - error on foreign key constraint</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general/9264</link>
    <description>
Hey devs,

I worked with the SGL CMS module today more intensely. Great piece of
software once you figure out how to use it.

I run into a problem when I try to update data using the following
syntax:

$class = new stdClass();
$class-&gt;id = $id;
$class-&gt;attributes = $obj;
$class-&gt;is_current = true;
$class-&gt;language_id = 'en';
$class-&gt;status = SGL_CMS_STATUS_APPROVED;
$oContext = new SGL_Context($class);
$oContent = new SGL_Content($oContext-&gt;process());
$oContent-&gt;save($newVersion = false);

I get the following error:

MESSAGE: DB Error: constraint violation
TYPE: PEAR
DEBUG INFO: REPLACE INTO attribute_data (content_id, version,
language_id, attribute_id, value) VALUES ( 105, 2, 'en', 17, 'FOO' )
[nativecode=1452 ** Cannot add or update a child row: a foreign key
constraint fails (`bar/attribute_data`, CONSTRAINT
`attribute_data_ibfk_1` FOREIGN KEY (`content_id`, `version`,
`language_id`) REFERENCES `content` (`content_id`, `version`,
`language_id`) ON DELETE CASCADE ON)]
CODE: -3

As I understand it I do t</description>
    <dc:creator>Fabio Bacigalupo</dc:creator>
    <dc:date>2008-11-30T21:48:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.seagull.general/9263">
    <title>"Welcome Back" message with remember-me</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general/9263</link>
    <description>
I'd like to show a "welcome back" message when someone first arrives
at my site at the start of a new session. Does anyone have a
recomendation about the way to do this.

I'm not sure where to put the check to see if they are loading the
first page of the session as they may arrive via the home page.

thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>ed209</dc:creator>
    <dc:date>2008-11-26T21:30:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.seagull.general/9262">
    <title>Re: Where to place Cookie/Javascript-enabled check?</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general/9262</link>
    <description>
Thank you for your help,

when "sessions in the URL" are turned off,
I think the user who has turned off cookies should be
notified to turn them on, else he would wonder why it
doesn't work.

Cheers,
Cyril




--- Zaahid Bateson &lt;zbateson&lt; at &gt;gmail.com&gt; schrieb:




      


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>cyril alias lyric</dc:creator>
    <dc:date>2008-11-25T19:19:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.seagull.general/9261">
    <title>Re: good server deals</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general/9261</link>
    <description>Hello,

You should look around serveraday.com too, they have some really good deals
sometimes. Take a look at the comments for special offers, too.

As for this comparison I have no comment; since the servers I run are not
for website hosting, I can't really judge.

Cheers,

Tomé Duarte

On Tue, Nov 25, 2008 at 2:43 PM, ed209 &lt;edleadesign&lt; at &gt;gmail.com&gt; wrote:


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl=en
-~----------~----~----~----~------~----~------~--~---

</description>
    <dc:creator>Tomé Duarte</dc:creator>
    <dc:date>2008-11-25T14:55:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.seagull.general/9260">
    <title>Re: good server deals</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general/9260</link>
    <description>
I'm looking for a new hosting solution as well. Thanks for the info
above - rapidswitch are in the running. Any advice on how I should
consider these two options?


Option 1. Liquidweb USA
----------------------------------------------------------------
    * Processor: Pentium 4 3GHZ Hyperthreaded
    * Memory: 2GB DDR SDRAM
    * Hd1: 120GB 7200RPM SATA / 8MB Cache
    * Hd2: 120GB 7200RPM SATA / 8MB Cache
    * OS: Linux - CentOS 5 (+32 Bit)
    * ControlPanel: CPanel /Web Host Manager (+ServerSecure?)
(+Fantastico/XController)
    * SetupFee: $0 Setup Fee
    * Server Management: Managed
    * Bandwidth: 2000GB Monthly Transfer (1000in + 1000 out)
    * FREE migration (I currently have a VPS with them, so it takes
the hassel out of moving all my sites manually to another server -
that's worth 1/2 day)
    * $139 Per Month (£94)



Option 2. Rapid switch UK
----------------------------------------------------------------
    * Processors: Dual Core Intel Core 2 Duo 2.2GHz
    * Memory: 1GB RAM
    * Har</description>
    <dc:creator>ed209</dc:creator>
    <dc:date>2008-11-25T14:43:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.seagull.general/9259">
    <title>Re: Where to place Cookie/Javascript-enabled check?</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general/9259</link>
    <description>Unfortunately there's no easy way to determine either on the server... for
cookies you'd have to try and set one, and see if you get it back... for
JavaScript there may be a way with meta redirects or some other trick, but
if you just want to display a message to the user you can use the &lt;noscript&gt;
tags.

To disable sessions in the URL change $conf['session']['allowedInUri'] =
'1'; to '0' in your conf file, or in the backend under
Configuration/Session.

On Sun, Nov 23, 2008 at 4:04 PM, cyril alias lyric &lt;lyric680-web&lt; at &gt;yahoo.de&gt;wrote:


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl=en
-~----------~----~----~----~------~----~------~--~---

</description>
    <dc:creator>Zaahid Bateson</dc:creator>
    <dc:date>2008-11-25T07:56:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.seagull.general/9258">
    <title>AW: Urgent- Seagull development and php</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general/9258</link>
    <description>
Hallo Michael,

Danke für deinen Tip. Jetzt kann ich mir die Problematik besser vorstellen.

Habe dir nicht gleich zurückgeschrieben, weil ich dachte, es legt wird noch,
aber wir brauchen wohl einen Seagullentwickler. Kennst du zufällig jemand
guten und vor allem auch zuverlässigen, der möglichst bald Zeit hätte oder
jemanden, der jemanden kennt?

Viele Grüße,

Kati


-----Ursprüngliche Nachricht-----
Von: seagull_general&lt; at &gt;googlegroups.com
[mailto:seagull_general&lt; at &gt;googlegroups.com] Im Auftrag von Michael Schmidt
Gesendet: Donnerstag, 6. November 2008 09:12
An: seagull_general&lt; at &gt;googlegroups.com
Betreff: Re: Urgent- Seagull development and php


Hello Katarina,

hard to say. 2 years ago I started in a new company. I had to finished the
work 
of a seagullproject and never heard something about it before. It was hard
for 
me and I lost a lot of time understanding the framework.

I don't know what preliminary work do you mean. But I am sure your seagull 
developer would be the best, who can tell you, if an</description>
    <dc:creator>Katarina Lehmann</dc:creator>
    <dc:date>2008-11-24T17:23:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.seagull.general/9257">
    <title>Where to place Cookie/Javascript-enabled check?</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general/9257</link>
    <description>
Hello list,

where is the best place in a SGL application's code to
check if Javascript and Cookies are enabled.

In my concrete case:
1. I would like to notify the user to enable
Javascript (if not enabled ;-).

2. I want to require cookies for login and not allow
the session id to be propagated through the url.

Maybe someone had the same requirements before.
Do you know some sample code?

Thanks,
Cyril 

PS: Sorry for asking this again, but there is
certainly  a good way to do this with SGL ;-)




      


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>cyril alias lyric</dc:creator>
    <dc:date>2008-11-23T23:04:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.seagull.general/9256">
    <title>Re: Captcha and Sessions?</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general/9256</link>
    <description>The following are code snippets for using SecurImage Captcha.
generateCaptcha() does its thing, It appears saveData() works, but
validateCaptcha() fails ... SGL_Session::get('securimage_code_value')
returns nothing. Somewhere the session is getting messed up. I'm not
sure want is wrong ... any ideas on changes or something to test for?
Thanks
 

function generateCaptcha()
    {        
        $imageUrl = '';
        
        if(SGL_URL::isHttps() &amp;&amp; SGL_SECURE_URL != '')
        {
            $imageUrl =  '&lt;img id="captcha" src="' . SGL_SECURE_URL .
'/securimage/securimage_show.php" alt="CAPTCHA Image" /&gt;';
        } else {
            $imageUrl =  '&lt;img id="captcha" src="' . SGL_BASE_URL .
'/securimage/securimage_show.php" alt="CAPTCHA Image" /&gt;';
        }
        
        return $imageUrl;
    }


function Securimage()
  {
    if ( session_id() == '' ) { // no session has been started yet,
which is needed for validation
      session_start();
    }
  }

function saveData()
  {
    $_SESSION['securimage_c</description>
    <dc:creator>Michael K. Alber</dc:creator>
    <dc:date>2008-11-22T04:45:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.seagull.general/9255">
    <title>Re: css media types</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general/9255</link>
    <description>

Hi Clay


Yes this is what Dmitri recommended a emails ago.  It's standard  
practice in YAML which seems to be the leading CSS fw these days, I  
certainly enjoy using it :-)

cheers

--
Demian Turner, founder
Seagull Systems, http://seagullsystems.com

Check out some sites built with the Seagull framework:
http://kindo.com/
http://www.babyfy.com/
http://www.artflock.com/
http://www.podcast.de/








--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>Demian Turner</dc:creator>
    <dc:date>2008-11-19T21:30:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.seagull.general/9254">
    <title>css media types</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general/9254</link>
    <description>
There's been some past discussion of specifying css media types with
SGL_Output, but I have found a CSS workaround that has worked in every
browser I've tried so far.

Include the css file in your module's manager as usual, but in the css
file, encapsulate all the CSS in a media directive:

&lt; at &gt;media screen,projection {
 h1 {
   color: blue;
 }
}
&lt; at &gt;media print {
h1 {
   color: black;
}

}

This produces the desired result without having to include the
"media=print" directive in the &lt;link&gt; tag. I'm using this to the
extent of showing 2 totally different views when printing vs. viewing
in browser, for printable forms.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group</description>
    <dc:creator>Clay Hinson</dc:creator>
    <dc:date>2008-11-19T19:55:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.seagull.general/9253">
    <title>Re: working with YAML and SGL</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general/9253</link>
    <description>

On 2008.14.11, at 17:35, Michael K. Alber wrote:


Yes. I've done approx 5-6 YAML based HTML/CSS projects. Really nice  
stuff. I'm a big fan of .clearfix, .floatbox and .subcolumns.  
Mentioned rules kept my sanity in order while testing in IE6. :)


I just use {makeCssOptimizerLink(##,#layout_main.css#):h} where  
"layout_main.css" is main CSS file for 2 cols layout.


There are many ways to implement this. Mine main goal is to pass all  
files through SGL_Optimizer. To achieve this we can use $output- 
 &gt;layout helper variable (like you do) to change main CSS layout in a  
header. Or simply add another style sheet over existing one in  
appropriate manager e.g.
---
$output-&gt;addCssFile('layout_simple.css');
---

Or you can "hack" www/themes/css/modulename.css
---
require dirname(__FILE__) . '/screen/layout_simple.css';
---

Above example doesn't need any additional PHP code to force another  
layout for specific module.

My layout_main.css is similar to yours layout_xxx.css.

---
/* YAML core */
&lt; at &gt;import </description>
    <dc:creator>Dmitri Lakachauskis</dc:creator>
    <dc:date>2008-11-14T17:59:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.seagull.general/9252">
    <title>Re: working with YAML and SGL</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general/9252</link>
    <description>Yevgeniy Viktorov and I are working on a few projects together, he has
done the themes using YAML, it is great stuff.

A number of the site we've working on have required that the home page
and at least the secondary pages have different layouts. An example is
http://www.vinesos.com/ Yevgeniy has it setup with the following in the
master header: {makeYamlLinks(#fallback|subpages.css||default|
default.css#):h} So if the current module is in the list, in this case
"default|default.css" then layout_default.css and basemod_default.css
are used, otherwise layout_subpages.css and basemod_subpages.css are
used. I tweaked some of his stuff to allow the layout.css and
bassemod.css to change based on module name, so if those files exist,
when in the case of the contacus module, if the files
layout_contactus.css exist use it, otherwise use layout_default.css.

My tweak: 
function makeYamlLinks($defaultLayout = 'default.css')
{
        // Check for a module specific value
        if (is_file(realpath(SGL_WEB_ROOT .
"/th</description>
    <dc:creator>Michael K. Alber</dc:creator>
    <dc:date>2008-11-14T15:35:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.seagull.general/9251">
    <title>working with YAML and SGL</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general/9251</link>
    <description>
Hey guys

I'm guess there's quite a few of you using YAML with Seagull.  I just  
got into it a lot more in my last contract, very impressed with what  
I've seen, even read most of the 100 page manual ;-)

Dmitri and I were recently talking about how best to integrate YAML  
and Seagull.  Here's the convo so far, feel free to jump in with your  
input.


On another slightly related note, I recently did a site with masses of  
forms, something that would have taken ages to do by hand, and did the  
whole thing with wufoo - amazing results - what a great way of  
working!  Check it out if you haven't used it yet.  But there's one  
major and painful hack required to get wufoo stuff to work with YAML.   
Basically all wufoo form elements have &lt;li&gt;s as parent elements, and  
the top level &lt;ul&gt; element requires a class="left" to correct the  
ayout.  Anyone had similar probs?

cheers

--
Demian Turner, founder
Seagull Systems, http://seagullsystems.com

Check out some sites built with the Seagull framework:
htt</description>
    <dc:creator>Demian Turner</dc:creator>
    <dc:date>2008-11-14T12:49:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.seagull.general/9250">
    <title>Re: makeUrl: send action value from php file</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general/9250</link>
    <description>
Hi Prabhat,

You can try using {assign()}, I have used it for a similar situation.

instead of:
{makeUrl(#del_Action#,#hostconf#,#portal#,adminHosts,#delHost|
$value#)}

try:
{assign(MyDelAction,del_Action)}

{makeUrl(#MyDelAction#,#hostconf#,#portal#,adminHosts,#delHost|
$value#)}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>ed209</dc:creator>
    <dc:date>2008-11-13T10:15:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.seagull.general/9249">
    <title>makeUrl: send action value from php file</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general/9249</link>
    <description>
Hello friends,

I have two functions for listing the data (both show different data),

both are calling same template,

each listing method call two diffrent delete actions


From list action i send name of delete action

PHP code-
function _cmd_list() : --
====================================
        $cmd = "qconf -ss";
        //$result = BaseMgr::get_sge_command($cmd);
        $ahost_arr = BaseMgr::run_shell_command($cmd);

        $i=1;
        foreach($ahost_arr as $key=&gt;$value)
        {
            $current_ahost[$i] = $value;
            $i++;
        }

        $output-&gt;adminHosts = $current_ahost;
        $output-&gt;del_Action = "shDelete";


=====================================


Html code -

=====================================

&lt;tr class="{switchRowClass()}" flexy:foreach="adminHosts,key,value" &gt;
        &lt;td&gt;{key}&lt;/td&gt;
        &lt;td&gt;{value}&lt;/td&gt;
        &lt;td&gt;
           &lt;a href={makeUrl
(#del_Action#,#hostconf#,#portal#,adminHosts,#delHost|$value#)}"&gt;
              Delete
           &lt;/a&gt;
        &lt;</description>
    <dc:creator>prabhat</dc:creator>
    <dc:date>2008-11-12T13:31:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.seagull.general/9248">
    <title>schemaspy</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general/9248</link>
    <description>hey AJ
That schemaspy project is amazing - let's have a diagram party, when I send
in the Inclued stuff we'll have diagrams galore :-)

cheers

Demian

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl=en
-~----------~----~----~----~------~----~------~--~---

</description>
    <dc:creator>Demian Turner</dc:creator>
    <dc:date>2008-11-12T09:03:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.seagull.general/9247">
    <title>Re: Seagull 1.0 - Initial Default Page Display - Sequence Diagram</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general/9247</link>
    <description>Hey,

Since we're on the subject of reverse engineering. There's an app  
called SchemaSpy[1] that will reverse engineer the database and create  
some nice diagrams[2] as well. With SchemaSpy and BOUML it would give  
us some diagrams that would be very useful for all SGL developers :)

Cheers,
AJ

[1] http://schemaspy.sourceforge.net/
[2] http://schemaspy.sourceforge.net/sample/relationships.html

On Nov 11, 2008, at 1:57 AM, Demian Turner wrote:


AJ Tarachanowicz II
Developer
Seagull PHP Framework - http://www.seagullproject.org





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl=en
-~----------~----~----~----~------~----~------~--~---
</description>
    <dc:creator>AJ Tarachanowicz II</dc:creator>
    <dc:date>2008-11-12T08:00:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.php.seagull.general/9246">
    <title>RE: formateDate does no output</title>
    <link>http://permalink.gmane.org/gmane.comp.php.seagull.general/9246</link>
    <description>
Hello again,

can someone include the following:

$locale =&amp; SGL_Locale::singleton();
echo $locale-&gt;formatDate(time());

and tell me if it outputs something.

Cheers,
Cyril

ps: Sorry, but I still have not found what's wrong.


--- cyril alias lyric &lt;lyric680-web&lt; at &gt;yahoo.de&gt; schrieb:

http://trac.seagullproject.org/wiki/Howto/Internationalisation#Locale



      


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Seagull PHP Framework General Group" group.
To post to this group, send email to seagull_general&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to seagull_general+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/seagull_general?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>cyril alias lyric</dc:creator>
    <dc:date>2008-11-12T00:40:31</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.php.seagull.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.php.seagull.general</link>
  </textinput>
</rdf:RDF>
