[symfony-users] new symfony plugin, sfLightWindowPlugin

2007-08-16 Thread Scott Meves
llery feature is awesome. The plugin follows in the footsteps of the original sfLightboxPlugin and wraps these impressive features in an easy-to-use plugin. http://trac.symfony-project.com/trac/wiki/sfLightWindowPlugin We hope you find it useful! -Scott - Scott Meves S

[symfony-users] Re: Backend / Frontend - Global config values

2007-07-10 Thread Scott Meves
You can put global configuration in your projects "config" folder in the "app.yml" file. [sfproject]/config/app.yml These parameters will be available to all applications in the project. -Scott ----- Scott Meves Stereo :: Inter

[symfony-users] Re: Is this LEFT JOIN possible using Criteria?

2007-07-08 Thread Scott Meves
multiple- conditions-using-propel-criteria/ and in the forum: http://www.symfony-project.com/forum/index.php/m/18347/?srch=criteria +left+join#msg_18347 HTH, Scott - Scott Meves Stereo :: Interactive & Design http://www.stereointeractive.com http://blog.stereodevelopm

[symfony-users] Re: DISTINCT queries

2007-07-03 Thread Scott Meves
Hi Greg, Have you looked into the setDistinct() method? You would add this to your criteria like so: $c = new Criteria(); $c->setDistinct(); http://propel.phpdb.org/docs/api/current/runtime/propel.util/ Criteria.html#methodsetDistinct -Scott On Jul 3, 2007, at 6:30 PM, Greg Freeman wrote:

[symfony-users] Re: Extend pake tasks?

2007-07-01 Thread Scott Meves
myPake*.php. This file should contain a description, task name, and code for the task. Here is an example to get you started. Put it in myapp/data/ tasks/myPakeTaskTest.php. Then in your project directory, type: ./symfony test-task Hope this helps! -Scott ----- Scott Meves

[symfony-users] Re: Format date

2007-07-01 Thread Scott Meves
Try this: getCreatedAt(null) ?> passing the explicit "null" value should do the trick. -Scott On Jul 1, 2007, at 8:27 AM, Mat wrote: > > Hey all, > I'm probably being particularly stupid here, but i'm struggling to > find an > easy way to display a created_at field in Epoch Seconds, > > My

[symfony-users] Re: How to access models from another project

2007-06-13 Thread Scott Meves
x27;s model. -Scott - Scott Meves Stereo :: Interactive & Design http://www.stereointeractive.com http://blog.stereodevelopment.com On Jun 13, 2007, at 3:05 AM, Janak Jadeja wrote: > Hello everybody, > > I have two projects project_1 and project_2, in which

[symfony-users] Re: installing symfony on MacBook Pro

2007-05-19 Thread Scott Meves
>> Bentley & Hoke LLC >> 315-446-2300 >> www.bentleyhoke.com <http://www.bentleyhoke.com> >>> > > - Scott Meves Stereo :: Interactive & Design http://www.stereointeractive.com --~--~-~--~~~---~--~~

[symfony-users] Re: Powered By Symfony images?

2007-04-04 Thread Scott Meves
Perhaps we can get ahold of the original designer (justinm) and ask him to post the high-res versions? http://www.symfony-project.com/weblog/2006/11/16/and-the-winner-is.html -Scott - Scott Meves Stereo Interactive & Design http://www.stereointeractive.com On A

[symfony-users] php5 as cgi returns $_SERVER vars set to 1 and 0 instead of on and off

2007-04-03 Thread Scott Meves
Any insight is appreciated! Scott public function isSecure() { $pathArray = $this->getPathInfoArray(); return ( (isset($pathArray['HTTPS']) && strtolower($pathArray['HTTPS']) == 'on') || (isset($pathArray['HTTP_X_FO

[symfony-users] Re: What's different between login_module and secure_module?

2007-03-08 Thread Scott Meves
y-users- > [EMAIL PROTECTED] > For more options, visit this group at http://groups.google.com/ > group/symfony-users?hl=en > -~--~~~~--~~--~--~--- > - Scott Meves Stereo Interactive & Design http://www.stereointeractive.com --~--~-