A PHP class to scrape internal/external CSS files and defined IDs, classes and spans from any website.
Archive for the ‘php’ Category
July 26, 2009
2
MVC anatomy for PHP developers
By admin in phpA simplified approach of explaining the MVC = Model-View-Controller design pattern to novice PHP programmers without OOP.
Tags: design patterns, mvc, php