Not Equal C && !=C && 不等于西
RSS icon Email icon Home icon
  • Set up Zend framework 2 with NetBeans Running on XAMPP

    Posted on April 2nd, 2014 Sean 12 comments

        Zend framework is an open source MVC framework implemented in PHP 5. Like other popular MVC frameworks (ASP.NET MVC, Java Spring MVC), Zend provides database abstraction, code skeleton, and more. Let’s see how to use it on NetBeans:

    1. Download necessary packages from Zend: Application Skeleton from here, and full framework from here. Also the composer package here (if you don’t have it on your system)
    2. Install php composer (if you haven’t installed), remember to select correct php.exe file under XAMPP
    3. Put skeleton and framework files into desired folder, unzip the framework file, but keep the skeleton zipped

    4. Read the rest of this entry »

    PHP
  • 1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
    Loading...Loading...
    3,539 views