Budowanie tej strony polega na utworzeniu formularza HTML, pobraniu rekordów do wyświetlania, wyświetlenia rekordu na formularzu i dodaniu logiki do usuwania rekordu z bazy danych.
Building this page consists of creating an HTML form, retrieving the record to display in the form, displaying the record in the form, and adding the logic to delete the record from the database.
Kiedy dane używane do wstawiania lub aktualizowania są dostarczane przez użytkownika końcowego za pomocą formularza HTML, potrzebujemy przypisać je do odpowiadających im właściwości AR.
When the data for inserting or updating is submitted by end users in an HTML form, we need to assign them to the corresponding AR properties.
Taka sytuacja zdarza się często, kiedy model jest aktualizowany danymi pochodzącymi z formularza HTML, gdzie każda wartość jest reprezentowana jako string.
This is often the case when the model receives user input from HTML forms where every value is represented as a string.
Można na przykład utworzyć stronę, która umożliwi użytkownikom podanie wartości w postaci parametrów URL lub formularza HTML.
For example, you may create a page that uses URL parameters or an HTML form to gather parameter values from users.
Odkryto naruszenie bezbieczeństwa w cgiemail, programie CGI używanym do poczty z zawartością formularza HTML. Błąd może być wykorzystany do wysłania listu na dowolny adres.
A vulnerability was discovered in cgiemail, a CGI program used to email the contents of an HTML form, whereby it could be used to send email to arbitrary addresses.
Skrypt PHP może być używany z formularza HTML, aby umożliwić użytkownikom przesyłać pliki na serwer.
A PHP script can be used with a HTML form to allow users to upload files to the server.
Generator formularzy w Yii używa obiektu CForm do reprezentowania specyfikacji potrzebnych do opisania formularza HTML, właczając informację o tym, które dane modelu powiązane są z formularzem, jaki rodzaj pól wejściowych znajdziemy w formularzy oraz jak wygenerować cały formularz.
The Yii form builder uses a CForm object to represent the specifications needed to describe an HTML form, including which data models are associated with the form, what kind of input fields there are in the form, and how to render the whole form.
JSP może być używany z tagu formularza HTML, aby umożliwić użytkownikom przesyłać pliki na serwer.
A JSP can be used with an HTML form tag to allow users to upload files to the server.
Oto prosty przykład, który przechodzi dwóch wartości za pomocą formularza HTML i przycisk Prześlij.
Here is a simple example which passes two values using HTML FORM and submit button.
Jeśli menu jest używane w celu zapewnienia wartości dla formularza HTML, należy narysować menu w ramce formularza zgodnie z opisem w temacie "Dodawanie elementów sterujących menu wyskakującego lub listy".
If you are using the menu to provide values for an HTML form, draw the menu in the form box as described in "Adding pop-up menus and list controls."
XUL posiada elementy, które są podobne do kontrolek formularza HTML.
XUL has elements that are similar to the HTML form controls.
Aby wyświetlić formularz, wywołaj metodę CHtml::form zamiast pisania tagów formularza HTML bezpośrednio w kodzie.
And to display a form, call CHtml::form instead of writing the HTML form tag directly.
JSP może być używany z tagu formularza HTML, aby umożliwić użytkownikom przesyłać pliki na serwer.
A Servlet can be used with an HTML form tag to allow users to upload files to the server.