Search:     Advanced search
Showing: 1-10 of 25    »»
Articles
 
document What is Website template
A Web template system describes the software and methodologies used to produce web pages and for deployment on websites and delivery over the Internet.[citation needed] Such systems process web templates, using a template engine. It is a web publishing tool present in content management systems,...
rating 07 Jul, 2011 Comments: 0
document Customizing the template design layout.
By default the main layout file is located at /<$ServerPath>/application/layouts/scripts/<$TemplatePath>/layout.phtml unless you change / customize the template location. You can find the Default template under admin area where you will be able to customize or switch around to many...
rating 05 Apr, 2012 Comments: 0
document How to change my Logo?
If you are using our default template, there are two ways to change the logo.  There are : Overwrite Logo Images:  By default all logo and images are located at /<$ServerPath> /application/layouts/scripts/<$TemplatePath>/images/ therefore you can upload & overwrite...
rating 07 Jul, 2011 Comments: 0
document Default location of Templates , JS , CSS and Images.
By Default the Core Files are located as : File Type File Locations Layout File /<$ServerPath>/application/layouts/scripts/<$TemplatePath>/layout.phtml Default Image ...
rating 05 Apr, 2012 Comments: 0
document Designing various templates blocks
A Block is basically a data resource for Views. It uses the sites Models, grabs the data, makes any necessary adjustments, and then makes that data available to a View. For instance, when you override / create a Block that calls a product collection, that product collection is pulling some...
rating 22 Mar, 2012 Comments: 0
document Creating Custom Blocks
A block is a dynamic data model. The purpose of a block is to replace the static view model of MVC application by using a model that can be updated at run time—that is, by using a dynamic block. In short blocks are dynamic data models that use block templates to make the data visible...
rating 08 Jul, 2011 Comments: 0
document Concept of MVC Modules
Modules All of our Web Applications uses a zend framework extension called Modular Extensions which adds "Modular MVC" or "Modules". This means that you can keep all logic together in a tidy format and easily move code from one installation to another. A module contains a details.php which has...
rating 09 Jul, 2011 Comments: 0
document Default template location of all Modules
By Default the template of all Modules are located as follows  : Default template location of all Modules File Type File location Default CSS /<$ServerPath>/css Default JS ...
rating 05 Apr, 2012 Comments: 0
document Introduction of Modules Architecture.
 When the application becomes bigger and bigger the controller, models and views/scripts directories contain more and more files. That’s a bit odd, because it becomes difficult to maintain, and than the modules come in hand. As our application is based on Zend App there are tons of articles...
rating 09 Jul, 2011 Comments: 0
document Customization of individual Modules theme.
You are free to customize the modules and it’s template according to the requirement. Here it explained the modules hierarchical organizational structure for better understanding:   Application_Main_Directory | |application | |modules | |Name Of Module ...
rating 09 Jul, 2011 Comments: 0

Showing: 1-10 of 25    »»