Your Account
Community
Topics (Sources)
More
|
Total: 6 - Showing 1 to 6
symfony: creating individual modular sites with a base configuration
Ok, so a current project i’m working on is rolling out potentially hundreds o...
Added 6 months, 1 week, 1 day, 1 hour ago
[ 3/ 0]
Ok, so a current project i’m working on is rolling out potentially hundreds of sites..
All of these sites are using the same base, but have different configuration, design and data for each one..
A problem has been how to roll all these sites out, while keeping them easy to update with bug fixes and modifications..
Here’s my solution..
Join discussion...
How to rig symfony-project with jQuery for AJAX
This article covers how to use the jQuery library in to power ajax applications...
Added 6 months, 1 week, 1 day, 1 hour ago
[ 3/ 0]
This article covers how to use the jQuery library in to power ajax applications developed in the PHP5 framework, Symfony-project. You need to have basic understanding of AJAX, JavaScript and the MVC structure of Symfony-project to get the fullest out of this article.
The example shown below uses only a few lines of JavaScript to globally power the typical ajax calls used on the site Kevo.com. It is also totally degradable and easy to remove and test your application without AJAX enabled.
Join discussion...
Forms Validation with Symfony and Prototype
The last two installments of this ongoing PHP series focused on the advantages ...
Added 6 months, 1 week, 1 day, 1 hour ago
[ 3/ 0]
The last two installments of this ongoing PHP series focused on the advantages of frameworks, demonstrating just how much time and effort they can eliminate doing otherwise tedious tasks such as building backend management scaffolds and performing forms validation. These tutorials focused on the increasingly popular CakePHP framework, however in this installment I'll switch gears a bit and instead examine my preferred framework solution: symfony. Specifically, I'll show you how symfony's built-in support for the Prototype JavaScript framework can greatly enhance the user experience within your applications.
Join discussion...
Output Escaping / XSS protection
Symfony is just great, but don't stop thinking for yourself!
After working with...
Added 5 months, 1 week, 1 day, 3 hours ago
[ 3/ 0]
Symfony is just great, but don't stop thinking for yourself!
After working with this magnificent php framework on several projects, i can absolutely say that i'm hooked to this great tool. It takes a lot of coding out of my hands so i can spend time on the business logic, instead of doing the standard stuff over and over again.
Join discussion...
Extending sfGuardPlugin (part 2)
I’ve totally forgot that at the end of post Extra questions and solutions for...
Added 4 months, 1 week, 6 days, 14 hours ago
[ 2/ 0]
I’ve totally forgot that at the end of post Extra questions and solutions for sfGuardPlugin we have promised to write how to implement complicated user statuses for sfGuardPlugin. Sorry Hugo (one of our commenters), you was hoping it will be quickly but only now we have got a chance to write next post about extending sfGuardPlugin.
Join discussion...
How to write complex queries using Propel
This is a monster subject, and I spent a long time scratching my head over a fe...
Added 3 months, 1 week, 6 days, 12 hours ago
[ 2/ 0]
This is a monster subject, and I spent a long time scratching my head over a few things yesterday, until I came across this site:
http://propel.jondh.me.uk/
It’s developed by a Symfony user, and allows you to type in sql statements using nested braces for prioritising. The form will then return a nicely formatted block of Propel code.
It’...
Join discussion...
|