I know there are a few thousand CSS frameworks around – but none I have found that look and work like this, its simplicity is elegant
http://www.designinfluences.com/fluid960gs/
Share with your friends and help out this site:
Read More...A bleeding edge Technology Company Based in Birmingham UK – Specialising in PHP Development and SEO
I know there are a few thousand CSS frameworks around – but none I have found that look and work like this, its simplicity is elegant
http://www.designinfluences.com/fluid960gs/
Share with your friends and help out this site:
Read More...Exceptions in CakePHP
Read More...I know its been a bit of a whole since my last update but have a bit of useful info here:
function beforeFind(&$queryData)
{
$conditions = $queryData['conditions'];
if (!is_array($conditions)) {
if (!$conditions) {
[...]
Don’t get me wrong – I love CakePHP – im not an expert in it by any means but can quickly knock up a site and it definitely saves me time when coding stuff – no doubt.
One of the main problems I have with it is its pagination classes, true, they work fine if you [...]
Ok, so you are preparing your application to start coding, you are probably going to work on the users and the authentication system first of all and you want to limit different users to different parts of the site.
Sounds simple enough – cakePHP provides something called ACL as part of its core. However you find [...]