xampp

Zapytania MySQL bardzo wolno w świeżej instalacji XAMPP [zamknięty]

Właśnie ponownie zainstalowałem Windows 7 i próbuję ponownie uruchomić moje środowisko programistyczne. XAMPP zainstalowany ... który został wyczyszczony przez świeżą instalację i może teraz spowodować, że dostęp do bazy danych będzie powolny? Dzięki!

XAMPP na Win7 za wolno

Uruchamiam XAMPP 1.7.1 na Windows 7 Ultimate. Wszystko (Apache i MySQL ) działa dobrze, z wyjątkiem szybkości. Kiedy otwiera ... jestem pewien, że jest jakiś inny problem. Czy masz jakieś doświadczenie z prędkością XAMPP w Windows 7 (lub Vista)? Dzięki.

Dostęp do serwera programistycznego Pythona z zewnętrznego IP

Uczę się Django i zainstalowałem aplikacje na moim iMac-IE lokalnie. Chcę pokazać aplikacje z zewnętrznych adresów IP przez i ... Mogę uzyskać dostęp do serwera dev z zewnętrznych IP? Środowisko: Mac OSX 10.5.8, Python 2.5, Django 1.2.5 Z góry dzięki!

jak uzyskać dostęp do wiersza poleceń dla xampp w systemie windows

Uruchamiam Xampp na moim komputerze z Windows 7 i zastanawiałem się, czy i jak Mogę uruchamiać polecenia dla xampp za pomocą linii poleceń. polecenia takie jak php phpfile.php Każda rada będzie mile widziana.

Gdzie znaleźć htdocs w XAMPP Mac

Nie mogę znaleźć katalogu htdocs w dowolnym miejscu na XAMPP for Mac. Wiele filmów na youtube pokazuje, że ludzie po prostu k ... otwiera stronę localhost. Czy ktoś wie gdzie mogę znaleźć ten folder htdocs żebym mógł zacząć tworzenie stron internetowych?

jak tworzyć subdomeny na serwerze apache (xampp)?

Od jakiegoś czasu próbuję stworzyć subdomenę w mojej lokalnej instalacji xampp. Próbowałem edytować mój httpd.plik conf i wpi ... ite.com lub mainSite.localhost c:\xampp\htdocs\subSite - - - - - > subSite.mainSite.com lub podst.strona główna.localhost

Database application in Zend Framework 1.12.3 in Netbeans 7.4 get data from several relational tables.

Let’s beginn Your work from create database magazine. In it create 3 tables: article,news, author.Author table contains colu ... ton.Choose Zend PHP Web Framework from list of frameworks and click on Finish button.You see Zend project in tree structure.

Creating form in Zend Framework in Netbeans IDE

My another work in Zend Framework is forms. In this post I show You how creating form with several form elements. Begin with ... this file code: My form If You call only form variable for current object You see all form. Run application and see result:

Database application in Zend Framework 1.12.3 in Netbeans 7.4 get data from several relational tables.

In last post You create Zend project: magazine. Lets open in Your project application.ini file( application/configs folder). ... s action index controller. It’s name is authors. In layout.phtml file add code with links for authors and articles websites.

Connection to MySQL database from Zend framework 1.12.3 in Netbeans

First create in MySQL server country_db database with only one table country. I do it by means of phpMyAdmin. You write in e ... try continent                                                                                   Here You run Your project.

How install Zend Framework 1.12.3 in Xampp server 1.8.3?

In my last post I write about xampp installation. Here You try install Zend Framework 1.12.3. So go to http://framework.zend ... ibrary; C:\xampp\php\Zend1\bin; Click OK in all open windows. In another posts I configure and test xampp and Zend Framework.

Configuration and testing Xampp and Zend Framework

First You test xampp server. Open Xampp Control Panel. Click Start button places on the right from Apache label.  The same Y ... end very well: Apache is working, PHP is working and MySQL have root user with password, Zend Framework is working, too.    

Zend Framework 1.12.3, part 4 – more actions for controller

Today I decide to add several actions to my animals controller. I have describe action, so I add else two: sepia and whitebl ... its content. And paste into sepia.phtml and whiteblack.phtml. In sepia.phtml change content for it: My dog in sepia picture

Zend Framework 1.12.3, part 3 – adding layout to project

In last post You build application with your controller animals and actiondescribe. In this part we rebuild our application, ...      } And this new structure of application:In layout.phtml add new line after meta tag:Lets see result running application.

How create MySQL database contains 2 relational tables in phpMyAdmin?

First create in MySQL server database with animals name. We do it in phpMyAdmin. Click on Databases tab in phpMyAdmin. In Cr ... constraint name as fk_animal_classes and select cascade for on delete and for update. Save settings clicking on Save button.

CRUD Zend Framework application in Netbeans.

If You would like to create CRUD application first You must create database with tables. CRUD means: create read update dele ... urces.router.routes.create.defaultAction = "createform" And in index view add on the end of file link for adding new animal:

How install XAMPP 1.8.3 on Windows 7 OS?

In this post I describe You, how install xampp package. This server is very popular  server environment contained Apache ser ... s You find in C disc in xampp folder. You see Control Panel window. I the next posts I describe how install Zend Framework.  

Configuration and testing Xampp and Zend Framework

First You test xampp server. Open Xampp Control Panel. Click Start button places on the right from Apache label.  The same Y ... end very well: Apache is working, PHP is working and MySQL have root user with password, Zend Framework is working, too.    

Configuration and testing Xampp and Zend Framework

First You test xampp server. Open Xampp Control Panel. Click Start button places on the right from Apache label.  The same Y ... end very well: Apache is working, PHP is working and MySQL have root user with password, Zend Framework is working, too.    

How install Zend Framework 1.12.3 in Xampp server 1.8.3?

In my last post I write about xampp installation. Here You try install Zend Framework 1.12.3. So go to http://framework.zend ... ibrary; C:\xampp\php\Zend1\bin; Click OK in all open windows. In another posts I configure and test xampp and Zend Framework.