Newbie Question Thread

Author Message

Chris Collins

Tuesday 19 July 2005 5:44:25 pm

OK forgive me if I sound like a total noobie but I guess that's what I am. So I will just start asking questions, because after looking around a bit, I still do not have the kind of understanding I want.

1. I am somewhat familiar with the concept of the CMS. If I understand this correctly, it is basically a way to design and edit a website through an online interface. Is this the gist?

2. I am designing my current project in Photoshop to get the layout I want. Then I will go into Dreamweaver and create all the HTML and insert the PHP and other scripts where they are needed. If I am experienced with designing sites already, is this the way I should continue doing it? The CMS concept seems like it would be better suited for clients to maintain their own site once it is created by me, their designer. Is this the idea?

3. I think it might be faster to use a web interface to edit my site, instead of opening Dreamweaver, connecting to the server, etc. If the CMS provides a way for me to edit any element of code online, this will save time. I am getting close?

4. What is this about a scripting language unique to ez publish?

Well, that's about it for now. Sorry if these are really newbie questions. I did look around for answers but could not find the ones I was looking for. Any help is greatly appreciated of course :)

Chris

Frey Staso

Wednesday 20 July 2005 4:24:12 pm

1. Yes. eZpublish has many features available, it all depends on what you want it for. It allows users to add, edit and delete "content objects" which can be anything you wish. These content objects can be files, news articles, links, pictures, etc.

2. Yes, however eZpublish doesn't like php very well and it takes some complicated steps that I haven't figured out to use php scripting. eZpublish does a lot of php stuff automatically though.

Basically it works like this, you create a pagelayout.tpl which is the navigation shell of your webpage. This way you only have to set up navigation once. All your content stuff is loaded into this shell.

3. Instead of traditional web "pages" eZpublish is best used when you take advantage of their override system. There are default "views" so when you say, view a news article, it will be stuffed into your pagelayout.tpl shell but it will ALSO be formatted according to the override. When you first start, it will be formatted with a basic view. These override templates are easily edited online in the admin view.

4. eZpublish has its own syntax for retrieving content objects, if statements, etc.

I strongly suggest that you follow along with the "chess" tutorial found here:
http://ez.no/products/ez_publish_cms/documentation/building_an_ez_publish_site

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 22:23:15
Script start
Timing: Jan 18 2025 22:23:15
Module start 'layout'
Timing: Jan 18 2025 22:23:15
Module start 'content'
Timing: Jan 18 2025 22:23:16
Module end 'content'
Timing: Jan 18 2025 22:23:16
Script end

Main resources:

Total runtime0.7849 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0057 589.4922152.6250
Module start 'layout' 0.00570.0026 742.117239.4453
Module start 'content' 0.00840.7751 781.5625494.8984
Module end 'content' 0.78340.0014 1,276.460912.3281
Script end 0.7848  1,288.7891 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00380.4846160.0002
Check MTime0.00190.2439160.0001
Mysql Total
Database connection0.00090.113510.0009
Mysqli_queries0.739894.2532540.0137
Looping result0.00060.0722520.0000
Template Total0.755196.220.3776
Template load0.00210.262320.0010
Template processing0.753095.940120.3765
Template load and register function0.00010.017110.0001
states
state_id_array0.00070.093810.0007
state_identifier_array0.00120.146820.0006
Override
Cache load0.00160.2076190.0001
Sytem overhead
Fetch class attribute can translate value0.00070.093920.0004
Fetch class attribute name0.00180.225430.0006
XML
Image XML parsing0.00080.097120.0004
class_abstraction
Instantiating content class attribute0.00000.001230.0000
General
dbfile0.00100.1220160.0001
String conversion0.00000.000940.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
3content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 9
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs