Sorry i’ve just seen that user activation have stopped working for quite a while :( It should be ok now if not so don’t hesitate to drop me a mail at < jgotti at jgotti dot org > and i’ll will have a check asap !!! Sorry for the inconvenience.
Jonathan Gotti on August 16, 2010 |
0 comments
Sorry i’ve just seen that user activation have stopped working for quite a while :( It should be ok now if not so don’t hesitate to drop me a mail at < jgotti at jgotti dot org > and i’ll will have a check asap !!! Sorry for the inconvenience.
Jonathan Gotti on July 27, 2010 |
What I'm Doing, Class Db |
0 comments
It was a long time since i used sqlite3 and at this time there was only an experimental sqlite3 module available. So until now the sqlite3db class use this old unmaintained extension and a user ask me if it was possible to get a new version using the default standard sqlite3 module bundled with php5.3. It’s now a thing done !
So if you want to use sqlite3 with the ease of class db or even better with abstractModel you can check it out right now in the class-db project section.
Jonathan Gotti on May 26, 2010 |
Simple Mvc, Controllers, What I'm Doing |
0 comments
Just made a change in abstractController to allow action which have only a template file and no method declared to behave the same as normal action
So if you get a basic controller like this:
<?php
class mypagesController extends abstractContoller{
}
?>
and a template named mypages_testpage.tpl.php you will now be able to call http://examplesite.com/mypages/testpage with all the normal behavior: