[fw-general] adding jQuery js code to my view

2008-09-28 Thread darren
I'm trying to add jQuery to my view. But, I'm missing something. I can't seem to get the code loaded. In my bootstrap.php, I have: set_include_path('../library:../application/models' . PATH_SEPARATOR . get_include_path()); In my "library path", I have two directories: Zend and ZendX. In

Re: [fw-general] Dojo example in docs broken?

2008-08-18 Thread darren
s->view->dojo()->enable(); } In my view, I put: dojo() ?> I know you said to put it in my layout. But, being very new ZF, I'm not sure if "views" and "layouts" can be used interchangeably. Does it go in the or the ? Darren On Sat, Aug 16, 2008 at 11:07 AM

[fw-general] Dojo example in docs broken?

2008-08-16 Thread darren
he database. Is this addressed somewhere in the documentation? If so, please direct me to it. Thanks darren

[fw-general] documentation typo

2008-08-05 Thread darren
I came across one or two typos in the documentation that I thought I'd pass along. In "Example 10.73" of Zend_Db_Table, shouldn't "bugs" be capitalized? I'm new to ZF. But, all of the other Class names are capitalized. In "12.1. Introduction" of Zend_Dojo, "helpers" is spelled "helpres".

[fw-general] errorcontroller

2008-07-04 Thread darren
was automatically present. TIA, Darren

[fw-general] moving site

2008-06-16 Thread darren
reading on how to do it. But, my second question, "What do I need to look for in the documentation?". Thanks. Darren

Re: [fw-general] cookies

2008-04-06 Thread darren
Thanks. I finally got it. I think I wasn't setting enough parameters in setcookie(). So, I had trouble accessing it. It seems to be working properly now. Thanks again. On Sun, Apr 6, 2008 at 1:07 AM, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote: > -- darren <[E

Re: [fw-general] cookies

2008-04-05 Thread darren
Well, the set and the get are in two different controllers. So, I'm thinking not. On Sat, Apr 5, 2008 at 11:23 PM, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote: > -- darren <[EMAIL PROTECTED]> wrote > (on Saturday, 05 April 2008, 10:51 PM -0500): > > &g

Re: [fw-general] cookies

2008-04-05 Thread darren
reDispatch() functions in my controllers? Thanks for the explanations. On Sat, Apr 5, 2008 at 1:24 PM, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote: > -- darren <[EMAIL PROTECTED]> wrote > (on Saturday, 05 April 2008, 10:13 AM -0500): > > > Is there any reason wh

[fw-general] cookies

2008-04-05 Thread darren
The code above raises a side question. I don't want to get sidetracked. But, I guess I'll ask it now, what's the difference between require_once and Zend_Loader::loadClass? TIA, Darren

[fw-general] best practice for "Remember Me"

2008-04-01 Thread darren
d someone steer me in the right direction? Maybe an example or tutorial somewhere? Or, if someone could just tell which classes/modules I should be using, I could probably run with that. Thanks, Darren