Search:     Advanced search
Showing: 1-10 of 29    »»
Articles
 
document Why all of your applications are based on CMS (Content Management System ) ?
All of our applications are built based on CMS based architecture because it is an easy-to-use Content Management System (CMS) that enables web professionals and beginners to manage their own website design and web content development. The CMS based architecture makes managing a website...
rating 02 Jul, 2011 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 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
document Setting up privileges and roles as ROOT / Super user.
 Managing Privileges & Roles The most secure way to manage privileges for users and roles is to confine use of privilege to commands in a rights profile. The rights profile is then included in a role. The role is assigned to a user. When the user assumes the assigned role, the...
rating 17 Jul, 2011 Comments: 0
document The core Architecture overview/Directories
 As normal Zend Framework project, our application contains an application folder and a library folder. The library folder contains the generic scripts: the Zend Framework library, and the application library. this is the recommended place for all libraries. The application folder...
rating 18 Jul, 2011 Comments: 0
document Architecture overview/Configuration files
Inside the config folder you will find several .ini and .xml files In order to keep your config files clear and easy to read you should use multiple files. each file found in the application/config/ folder is loaded, so you can split your configuration. By default there is an...
rating 18 Jul, 2011 Comments: 0
document Few reasons why we choose the Zend framework.
 There are few reasons why we choose the Zend framework.  Zend Framework is supported and developed by Zend Technologies which is a key contributors to PHP and provide important leadership for PHP. Zend plays a central role in the explosive growth of PHP is at the heart...
rating 18 Jul, 2011 Comments: 0

Showing: 1-10 of 29    »»