157 Commits

Author SHA1 Message Date
Trismegiste
67bdb9fede documentation (commiting now from Guadeloupe) 2013-08-17 19:41:18 -04:00
Trismegiste
9a2536bc56 strong typing based on interface, not object 2013-08-17 19:23:57 -04:00
Trismegiste
8de0462c4c full visitor pattern withh double dispatch 2013-08-17 19:20:23 -04:00
Dominik Liebler
330a6dbcc3 Merge pull request #25 from nandeeshmp/patch-1
grammatical correction
2013-08-08 05:12:59 -07:00
Nandeesh Mp
0d3744cb92 grammatical correction 2013-08-08 16:48:52 +05:30
Dominik Liebler
5f76faeb1c PHP 5.3 compatibility 2013-07-18 11:36:41 +02:00
Florent
aea6100bb4 remove buggy test script 2013-07-08 10:01:40 +02:00
Florent
cf0036babb using exception instead of null return (preventing potential NPE) 2013-07-08 09:50:49 +02:00
Florent
b858179dd9 don't repeat yourself 2013-07-08 09:44:10 +02:00
Florent
89f1e64ad0 bugfix in UserMapper::findAll 2013-07-08 09:38:42 +02:00
Florent
ff0159e21c test restore with find 2013-07-08 09:28:57 +02:00
Florent
6cedf6656c bugfix in UserMapper 2013-07-08 09:28:18 +02:00
Trismegiste
c3a433f0c6 adding test for find 2013-07-08 04:35:20 +02:00
Trismegiste
51fe7d477f making a unit test class with mockup instead of unfinished script 2013-07-08 04:25:19 +02:00
Trismegiste
d9e5b562c4 injecting a database abstract layer (instead of creting it in constructor) 2013-07-08 04:23:56 +02:00
Trismegiste
e8adb1874c fix a bug in User 2013-07-08 04:22:32 +02:00
Trismegiste
491a8b188a fix syntax errors in datamapper 2013-07-08 03:54:11 +02:00
mike
65910a95a2 status pattern 2013-07-03 12:00:55 +02:00
mike
50855edc52 fix registry.php namespace bug 2013-07-03 12:00:55 +02:00
Dominik Liebler
04b8a20894 Update Iterator.php 2013-07-03 08:39:51 +02:00
Dominik Liebler
21b904b7d5 Merge pull request #14 from Trismegiste/master
Major improvement
2013-07-01 16:21:57 +02:00
Dominik Liebler
c0162c1f46 Merge pull request #19 from stakisko/master
Data Mapper Pattern Implementation
2013-06-27 01:23:38 -07:00
Dominik Liebler
612a9e548f Merge pull request #21 from greg0ire/patch-1
fix tiny typo
2013-06-11 03:31:55 -07:00
Grégoire Paris
623ad06330 fix tiny typo 2013-06-02 22:33:35 +02:00
Dominik Liebler
1d998a3cd9 Merge pull request #17 from scoumbourdis/cb4a9de3be436bb5ae1f1d9460dab449e137ae07
A simple example for Observer Pattern
2013-05-17 14:17:33 -07:00
Dominik Liebler
6e1cf60742 Merge pull request #13 from Ti-webdev/master
Move Singleton::$_instance into Singleton::getInstance() method
2013-05-17 14:14:42 -07:00
Florent
4c83011c1b adding image status of travis 2013-05-16 09:19:02 +02:00
Florent
8704fd1006 Merge branch 'travis' 2013-05-16 09:17:08 +02:00
Florent
f356077d85 build branch travis 2013-05-16 09:15:16 +02:00
Florent
1feafaf8ba adding travis 2013-05-16 09:15:16 +02:00
Konstantinos Bariotis
9e26e7c864 Update Test.php 2013-05-15 21:33:04 +03:00
Florent
7ddaa0abe5 update readme 2013-05-14 09:26:35 +02:00
John Skoumbourdis
cb4a9de3be A simple example for Observer Pattern 2013-05-14 08:05:42 +01:00
Trismegiste
f157729ea4 add comments about null logger 2013-05-13 21:57:52 +02:00
Trismegiste
397e18da8b Merge branch 'nullobject-pattern' 2013-05-13 21:50:25 +02:00
Trismegiste
b9d335bb43 add test for null object 2013-05-13 21:49:51 +02:00
Trismegiste
ceeab58eb9 add a simple example with a null logger 2013-05-13 21:49:33 +02:00
Trismegiste
3fcd8fbcba Merge branch 'test-fluent-interface' 2013-05-13 20:13:57 +02:00
Trismegiste
f040f8043d PSR-0 for namespace and filename + tests 2013-05-13 20:13:19 +02:00
kbariotis
2ca016fb66 some fixes on comments 2013-05-13 20:50:32 +03:00
kbariotis
a2c33a4c58 some more code examples 2013-05-13 20:48:37 +03:00
kbariotis
73cd3bf9cd added DataMapper Example 2013-05-13 20:40:21 +03:00
Vasily Mikhaylovsky
41df458472 move Singleton::$_instance into Singleton::getInstance() method 2013-05-13 09:11:33 +06:00
Trismegiste
953fde0c4f Merge branch 'cor-pattern' 2013-05-12 22:20:35 +02:00
Trismegiste
f92be4efec full tests 2013-05-12 22:20:12 +02:00
Trismegiste
71a43e2e93 tests for CoR 2013-05-12 22:08:56 +02:00
Trismegiste
b581aef8f2 adding concrete handler 2013-05-12 22:08:35 +02:00
Trismegiste
5b4da485d9 handler and request 2013-05-12 22:08:01 +02:00
Trismegiste
5ef810f3d0 add the generic handler and the request classes 2013-05-12 20:52:29 +02:00
Trismegiste
fc781c891a comments to explain where the problem is 2013-05-12 20:09:13 +02:00