Search found 3 matches
- Thu May 03, 2012 1:25 am
- Forum: PHP - Frameworks
- Topic: [MVC-loader] - A PHP MVC framework
- Replies: 0
- Views: 4231
[MVC-loader] - A PHP MVC framework
MVC-loader is a compact PHP MVC framework. using URL based load of controllers and functions. With this compact framework you get: URL based loading of controllers&methods. A built in event system. Management over your MVC and URL access. Support for split up /admin URL with its own MVC files. H...
- Sat Jul 09, 2011 11:32 pm
- Forum: Volunteer Work
- Topic: A new CMS approaches - Tribute-CMS
- Replies: 3
- Views: 5408
Re: A new CMS approaches - Tribute-CMS
The project is currently on hold. Finding good recruits is hard these days. So i found the only solution was to find a dedicated person and teach him up. The current project that is first on the list to be finished and out in BETA is http://quad-line.com/ which will be a online editor for HTML/CSS. ...
- Sat Jul 09, 2011 11:00 pm
- Forum: PHP - Code
- Topic: Help with a simple CMS
- Replies: 1
- Views: 275
Re: Help with a simple CMS
1) I like to call this one paging. Usually i go ahead and count the records of articles or whatever we're looking at. Then i divide it by the number of articles shown per page and boom you suddenly got how many pages you need to make. Then if it's over 1 page you just print out the first 10 with LIM...