Search found 33 matches

by Peec
Thu Nov 04, 2010 10:27 pm
Forum: PHP - Frameworks
Topic: PeecFW - new generation framework
Replies: 4
Views: 4711

PeecFW - new generation framework

http://peecfw.org/Template/PeecFW/images/peecfw-logo-250w.png PeecFW, the new framework based on other libraries and PHP 5.3 + best practices. Key features PHP 5.3 is needed it does not work with 5.2.X ( I see this as a feature ) Namespaces OOP Autoloading Smarty Doctrine ORM Rest API Module based ...
by Peec
Thu Jun 05, 2008 5:11 am
Forum: PHP - Code
Topic: Using preg_replace - HTML parse.
Replies: 1
Views: 226

Using preg_replace - HTML parse.

Hi guys. I have programmed for 3 years and i still dont understand the preg_* functions that well.. I am just wondering if someone could help me out. Say i got this HTML code:   <html> <head></head> <body> <table>     <tr>         <td>Item</td>         <td>Value</td>     </tr>     <tr>         <td>B...
by Peec
Fri Feb 22, 2008 4:03 am
Forum: Regex
Topic: Preg_replace() , I do missunderstand somthing.
Replies: 1
Views: 843

Preg_replace() , I do missunderstand somthing.

Hi, For some time ago i managed to do my first preg_match functions, all was working great until i had to use preg_replace. I use an compiler on my code, all works but the preg_replace of course.   class NtMacAddress{            function getMac(){          exec("ipconfig /all", $output);  ...