|
What is phtml File Extension ?
.phtml File Extension
A PHTML (or it's sometimes called a PHP) page is a Web page that includes a script written in PHP, a language comparable to JavaScript or Microsoft's VBScript. .phtml files contain raw html and php codes which make developer’s life easy to customize the script’s template...
|
|
09 May, 2011
|
|
|
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...
|
|
02 Jul, 2011
|
|
|
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
...
|
|
05 Apr, 2012
|
|
|
The difference between Root /super user VS Admin user.
Super user (ROOT) VS Administrator
The main difference between the different roles of users is based on what permissions that Admin or Root user has. The root account is a built-in account with administrative privileges in this applicaiton. An admin user is usually a different account...
|
|
17 Jul, 2011
|
|
|
Architecture overview/Modules folder
All of Eicra's applications are divided into modules. A module is a group of high level features (ex : managing users profile) that in fact needs several controllers, models, and views.
so each module encapsulate his own folder tree composed by the same folders than the application folder except...
|
|
27 Jul, 2011
|
|
|
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...
|
|
18 Jul, 2011
|
|
|
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...
|
|
18 Jul, 2011
|
|
|
User Management basic and user registration.
The user module allows users to register, log in, and log out. Users benefit from being able to sign on because this associates content they create with their account and allows various permissions to be set for their roles.
The user module supports user roles, which can be set up with...
|
|
31 Jul, 2011
|
|
|
Creating a User Group policy.
The application has built-in permission system which was based on ACL architecture, so you can set permission for role (group) or given user to separated modules.
After having groups, you can create new user for each group. In order to create new user, you go to manage users (User/User in...
|
|
31 Jul, 2011
|
|
|
Customize the basic configuration though Global Setting.
Log on to Admin => Site => Global Settings, you will get to the "Global settings" page appeared. By default the Global settings option is only available to administration users with the right 'Administrator' or "Super Administrator". It can be used to adjust certain settings of entire...
|
|
03 Aug, 2011
|
|