Skip to main content

Home/ PHP Programming/ Group items tagged crud

Rss Feed Group items tagged

Sarah HL

Building semantic Web CRUD operations using PHP - 0 views

  • When developing a Web application, it's standard practice to create a database structure on which server-side code is placed for the logic and UI layers. To connect to the database, the server-side code needs to do some basic creating, updating, deleting, and — most importantly — reading of records.
    • Sarah HL
       
      Interet du CRUD
  • SPARQL — Simple Protocol and RDF Query Language
    • Sarah HL
       
      PHP works with SPARQK to implement CRUD
  • Why move from SQL to SPARQL? There are many reasons why you would want to move from SQL to SPARQL. The details extend beyond the scope of this article, but you could be motivated by the following points: You want a more distributed data solution. You want to expose your data on the Web for people to use and link to. You may find Node-Arc-Node relationships (triple) easier to understand than relational database models. You may want to understand your data in a pure object-oriented fashion to work with an OOP paradigm (PHP V5 and later supports OOP). You want to build generic agents that can connect to data sources on the Web.
    • Sarah HL
       
      Interest of SPARQL
  •  
    "When developing a Web application, it's standard practice to create a database structure on which server-side code is placed for the logic and UI layers. To connect to the database, the server-side code needs to do some basic creating, updating, deleting
jdr santos

AjaxCRUD.com - Use PHP & AJAX to CRUD from a mysql database (create / read / update / d... - 0 views

  •  
    AjaxCRUD is an open-source PHP API which allows you to connect to a mySQL database and easily perform the necessary CRUD operations (create, read, update, & delete rows).
rucoven

Design Pattern MVC - zoom sur la couche modèle : DAL / DAO / ORM / CRUD | Vin... - 0 views

  •  
    Design Pattern MVC Voilà deux ans que je fais un cours, suivi d'un petit projet traitant du design Pattern MVC.  Le projet est à écrire en PHP5, avec une base de données MySQL comme support de stockage des données, l'architecture MVC est donc à implémenter dans un contexte purement web. Le paradigme objet est tout indiqué quand il s'agit d'écrire et d'agencer des composants logiciels, c'est donc celui qui sera adopté dans toute la suite. Il y a bien entendu beaucoup de projets existants implémentant le design Pattern MVC en PHP, mais le propos du cours est plutôt de réaliser un cas pratique d'implémentation afin de bien saisir les bien faits du design pattern  MVC. En effet l'utilisation d'un design pattern architectural en PHP, s'oppose à la pratique empirique de ce langage qui consiste à mélanger les connexions et accès à la base de données, avec le traitement des données et leur affichage. Dans ce cas il est alors commun d'avoir dans un seul script: du PHP, du SQL, du Javascript et du CSS dans les attributs des balises HTML soit pas moins de 5 langages distincts.
javatpoints

Introduction to Mysql | What is MySQL ? - javatpoint - 0 views

  •  
    What is MySQL for beginners and professionals with examples on CRUD, insert statement, select statement, update statement, delete statement, use database, keys, joins etc.
javatpoints

Features of Mysql Tutorial for Beginners - JavaTpoint - 0 views

  •  
    MySQL features for beginners and professionals with examples on CRUD, insert statement, select statement, update statement, delete statement, use database, keys, joins etc.
javatpoints

MySQL Data Types - javatpoint - 0 views

  •  
    MySQL Data Types for beginners and professionals with examples on CRUD, insert statement, select statement, update statement, delete statement, use database, keys, joins etc.
1 - 7 of 7
Showing 20 items per page