Skip to content

musiwei/pricing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README
======

This directory contains all the technics implemented in this project. 

Debug Tool
==========

echo "<pre>"; print_r($front->getRequest()); echo "</pre>";


Setting Up Your VHOST
=====================

The following is a sample VHOST you might want to consider for your project.

<VirtualHost *:80>
   DocumentRoot "C:/xampp/htdocs/pricing/public"
   ServerName .local

   # This should be omitted in the production environment
   SetEnv APPLICATION_ENV development

   <Directory "C:/xampp/htdocs/pricing/public">
       Options Indexes MultiViews FollowSymLinks
       AllowOverride All
       Order allow,deny
       Allow from all
   </Directory>

</VirtualHost>


Folder Structure
================
\library\
Description: This directory contains application assets and Doctrine ORM library.

\library\Application\
Description: This directory contains application assets.

\library\Application\Entity
Description: This directory contains application entities and entity reponsitories generated by Doctrine.

\library\Application\Global (*CORE, REMAIN UNCHANGED. )
Description: This directory contains controller action helpers, plugins, resources, view helpers for all the modules.

About

Newton's Nerds Pricing System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published