Notatki w języku programowania PHP

Usefull Links

A clean and simple dependency injection framework for PHP 5.4 inspired by C#'s Ninject
https://github.com/TimeToogo/Putty

-------------
Yet Another LINQ to Objects for PHP
https://github.com/Athari/YaLinqo

Delete without checking foreign key

SET foreign_key_checks = 0;
DELETE FROM...
SET foreign_key_checks = 1;
Kategoria: 

Strony

Subskrybuj Notatki w języku programowania PHP