Re: [fw-general] Zend Framework - Google analytics problem

2009-01-21 Thread Julian102
Thats it I didn't put the tags in the layout script. Sorry I wasn't able to reply quicker I couldn't get my computer working luckily I got an expert over and it turns out it wasn't plugged in. Cheers Matthew Weier O'Phinney-3 wrote: -- Julian102 julianr...@live.co.uk wrote (on Tuesday, 20

[fw-general] Zend Framework - Google analytics problem

2009-01-20 Thread Julian102
Hello, I have created a web application using zend framework however when looking at my site using google analytics I am not getting any hits other than to the blog which is stored on the public directory. Im new to using the MVC design pattern and suspect it has something to do with index.php

[fw-general] Beginner question- Complex join queries with Zend_Db_Table_Abstract

2009-01-02 Thread Julian102
Hello, I am writing an application that stores information about fiction books online. The problem I have is to do with my understanding of the relationship between the model and the database. I now understand that the relationship between the class in the model and the database is a has a

Re: [fw-general] Newbie quesiton - How do queries that join multiple tables fit into the model in the MVC

2008-12-11 Thread Julian102
Thank you both for your replys they're very much appreciated. I am still however having some difficulty in understanding the model and would be very greatful if you could look at the following simple example and let me know where im going wrong. I am about to build a simple site where users can

Re: [fw-general] Newbie question regarding parameters in the url

2008-12-09 Thread Julian102
! -Mike On Mon, Dec 8, 2008 at 11:41 AM, Julian102 [EMAIL PROTECTED] wrote: Hello, Im new to zend framework and i am having difficulty understanding how parameters are used in the url. Currently I am making urls using the following code - $this-url(array('controller'='controllername

[fw-general] Newbie quesiton - How do queries that join multiple tables fit into the model in the MVC

2008-12-09 Thread Julian102
Hello, I am new to the mvc pattern and zend framework. I understand that a class in the model is normally associated with a table in the database and that all my sql queries should be in the model so that i do not get a fat controller. I am now confused because my application requires a query

[fw-general] Newbie question regarding parameters in the url

2008-12-08 Thread Julian102
Hello, Im new to zend framework and i am having difficulty understanding how parameters are used in the url. Currently I am making urls using the following code - $this-url(array('controller'='controllername','action'='actionname','paramname'='paramvalue')) The problem is the parameter is

[fw-general] Question on organising controllers

2008-12-01 Thread Julian102
Hello, I am new to using the MVC (or any other design pattern) as well as zend framework. I can find lots and lots of documentation on what a controller is and how it works however I am still struggling to find out how to decide how to organise controllers in my applicaiton. Say I had a

Re: [fw-general] Newbie - Specific problem involing layouts, views and a partial

2008-11-25 Thread Julian102
Thanks a lot for the help Matthew Weier O'Phinney-3 wrote: -- Julian102 [EMAIL PROTECTED] wrote (on Tuesday, 25 November 2008, 03:00 AM -0800): Background I have a website that sells DVD's. I have a navigation box which is on every single page of the site in the left column where you

[fw-general] Are folders storing include files still relevant in zend framework

2008-11-20 Thread Julian102
Hello, I am new to zend framework and would like to know how include files are used in zend. Currently I have an includes folder storing my include files in my public folder with my css and flash folders etc. I am callling these files from layout.phtml etc however I do not feel this is the best

RE: [fw-general] Are folders storing include files still relevant in zend framework

2008-11-20 Thread Julian102
. Thank you in advance Marco Kaiser-2 wrote: Hi Julian, you should start here: http://framework.zend.com/docs/quickstart This explains also how you have to setup Project and the specific Directory Structure. :-) -- Marco Kaiser -Original Message- From: Julian102 [mailto

RE: [fw-general] Are folders storing include files still relevant in zend framework

2008-11-20 Thread Julian102
To solve the problem I have done the following please could you let me know if this is a good way of solving the problem or if there is a better way. I have created a folder called navigation inside application/view/scripts/. containg the different navigation templates I have then

[fw-general] Integrating FCKEditor with Zend_Form

2008-11-12 Thread Julian102
Hello, I am building my first application in zend framework. My aim is to build a cms. Each page will have a text block that can be edited via fck editor. I cannot figure out how to setup fckeditor in a zend form and save data from it back to the database. Any help would be greatly