Search the web
Sign In
New User? Sign Up
PHP-fusebox · Fusebox methodologies in PHP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3577 - 3606 of 4134   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3577
For what it's worth, the contact us page on the scratch demo sent me a blank email. I guess that means someone tried it. :D fname => lname => address1 => ...
Geoffrey Hoffman
m2guru
Offline Send Email
Aug 2, 2006
12:06 pm
3578
<do/> is depprecated in <globalfuseactions>. In FB5 "scrict" mode, this will throw an error. Use <fuseaction action="circuit.fa"/> instead. Otherwise Geoff's...
Mike
starkraving2002
Offline Send Email
Aug 3, 2006
6:36 pm
3579
Thanks for sharing this Geoff! Very nice work! Mike www.fusebuilder.net ... Geoff Hoffman viewable online at scratch.salientdigital.com ... ...
Mike
starkraving2002
Offline Send Email
Aug 3, 2006
6:37 pm
3580
I'm going to try it and see what happens. As a sort of progress report, I've finished the first pass of the CFCs, just finishing the lexicon files and I'll...
Mike
starkraving2002
Offline Send Email
Aug 3, 2006
6:42 pm
3581
Mike, I know you're busy with the CF->PHP FBX5 port, but I was just wondering if OTTOYH you could braindump some of the LWF shortcuts here. The Live Wireframer...
Geoffrey Hoffman
m2guru
Offline Send Email
Aug 5, 2006
10:53 pm
3582
Thanks Geoff, Unfortunately, the LWF and the LA (when it comes) will only be able to affect those elements exposed via XML. That means fusebox.xml, circuit.xml...
Mike
starkraving2002
Offline Send Email
Aug 6, 2006
7:03 am
3583
... Really? I can't figure this one out. FWIW, I "Skinned LWF" with some minor tweaks that I think improve readability - if Mike has no problem with it, and...
Geoffrey Hoffman
m2guru
Offline Send Email
Aug 6, 2006
2:51 pm
3584
... I couldn't solve this riddle either ;-P...
Geoffrey Hoffman
m2guru
Offline Send Email
Aug 6, 2006
3:07 pm
3585
... It sounds like what you've been using is the release candidate that's on the PHP-Fusebox list. That was posted before the two controls you're looking for...
Mike
starkraving2002
Offline Send Email
Aug 6, 2006
5:42 pm
3586
... Alright, core files written, fusebox lexicon files written, here goes nothing... Mike www.fusebuilder.net...
Mike
starkraving2002
Offline Send Email
Aug 7, 2006
4:28 am
3587
Go for it Mike! We've got your back!!! And I would like to take this opportunity to announce the release of an email feedback form module for Fusebox 4. Some...
G. T. Stresen-Reuter
tedmasterweb
Offline Send Email
Aug 7, 2006
4:05 pm
3588
So, after a whole long weekend neglecting my family, I've had a lot of progress. A couple of things are tripping me up right now, most importantly is the...
Mike
starkraving2002
Offline Send Email
Aug 8, 2006
5:41 pm
3589
http://us2.php.net/manual/en/keyword.paamayim-nekudotayim.php...
Geoffrey Hoffman
m2guru
Offline Send Email
Aug 8, 2006
6:04 pm
3590
In theory you can write a function outside the object, that takes an objectRef as a param, does some work on it, then spits something back... this gets around...
Geoffrey Hoffman
m2guru
Offline Send Email
Aug 8, 2006
6:07 pm
3591
Hmmm... project for another day... using the :: operator will basically "break" old lexicon files the same as using $this->, so I don't think that's an option....
Mike
starkraving2002
Offline Send Email
Aug 8, 2006
6:24 pm
3592
Is there a repository for the fb5 php files?...
sirhc_edwards
Offline Send Email
Aug 8, 2006
7:58 pm
3593
Hi Chris, I'd like to get a bit further along with the debugging first, but eventually CVS for the core files will be at SourceForge, as a branch of PHPFB4. ...
Mike
starkraving2002
Offline Send Email
Aug 8, 2006
8:04 pm
3594
And you can also define globals inside of functions (but you probably already know this... and I'm not sure if you can define a function as 'global'). Have we...
G. T. Stresen-Reuter
tedmasterweb
Offline Send Email
Aug 9, 2006
8:55 am
3595
... Functions declared outside of a class are always global....
sirhc_edwards
Offline Send Email
Aug 9, 2006
1:24 pm
3596
... All functions are global unless they're inside an object class - e.g. functions are global, methods are private. If you create or reference...
Geoffrey Hoffman
m2guru
Offline Send Email
Aug 9, 2006
1:42 pm
3597
The issue here is that fb_appendLine() is no longer a function, it's a method of the fuseboxVerb object. The verb files are included inside the context of...
Mike
starkraving2002
Offline Send Email
Aug 9, 2006
5:54 pm
3598
I've now successfully used LWF on Windows XP, Linux, and Mac OS X. Go Mike! This could be just a misconfig on my setup here but in order for LWF to be able to...
Geoffrey Hoffman
m2guru
Offline Send Email
Aug 10, 2006
12:13 am
3599
... Good olde Apache v1 & mod_php. <grr> -- Damien McKenna, husband, father, geek. damien@... - http://www.mc-kenna.com/...
Damien McKenna
d_mc_kenna
Online Now Send Email
Aug 10, 2006
1:17 am
3600
Variables names in PHP can be variables themselves. It's perfectly acceptable to do something like $$my_var_name. For example, I sanitize all input using the...
G. T. Stresen-Reuter
tedmasterweb
Offline Send Email
Aug 10, 2006
12:09 pm
3601
Hey Mike, Is there any chance that you could send me the CF code along with the PHP code that you're working on? Also, which version of PHP are you developing...
Ryan Hagan
ryan_hagan
Offline Send Email
Aug 10, 2006
12:27 pm
3602
Sean has offered to extend the SVN to the PHP port as well, as a separate fork. I think I'll take him up on that, as it will also provide the PHPFB5 project...
Mike
starkraving2002
Offline Send Email
Aug 10, 2006
8:06 pm
3603
http://john.beynon.org.uk/index.cfm?mode=cat&catid=150F8010-802D-00D5-771B901DC9E57E87 Hey Mike, et. al., For what it's worth, I stumbled across this guy's FB5...
Geoffrey Hoffman
m2guru
Offline Send Email
Aug 12, 2006
5:34 pm
3604
Alright, This is another update: 1 - Cached object is working, and stays cached in "production" mode! w00t!. I had to expand on the main fusebox class, to...
Mike
starkraving2002
Offline Send Email
Aug 12, 2006
6:33 pm
3605
Hi Geoff, Yes, the errortemplates are a way to display the errors thrown from the core files in a nice package that you can customize. They're also going to be...
Mike
starkraving2002
Offline Send Email
Aug 12, 2006
6:43 pm
3606
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the PHP-fusebox group. File :...
PHP-fusebox@yahoogrou...
Send Email
Aug 12, 2006
6:55 pm
Messages 3577 - 3606 of 4134   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help