Search the Community
Showing results for tags 'framework'.
-
If there are PHP developers who want to create a small project for learning purposes, you can join us here https://github.com/fastpress/docs
-
Hi I’m looking for a standalone PHP OOP framework or code that follows best practices using - PDO prepared statements - Singleton Design Pattern Not looking for a massive library, something short and sweat straight to the point Any comments, feedback would be appreciated
-
Hello guys, okay? I'm looking for a PHP script or framework that has the similar features with> weebly.com Platform with multi user in SaaS format Very grateful for the input! Hugs!
-
PHP Warriors, Please help I am trying to write a function in the genesis framwork that would allow me to add before_content_sidebar_wrap only on page_blog.php for my slider but can't seem to get it to work! I notice that the wrap and hook are added successefully but they display in every page instead of the blog only. Any help would be greatly appreciated. Here is my function add_action('genesis_before_content_sidebar_wrap', 'child_before_content_sidebar_wrap'); if ( ! ( is_page_template( ‚page_blog.php‚ ) ) ) return; and here is my website I am displaying the slider on. It should be only on the blog page; mainlinerealtors.com/blog/ Thanks a lot,
- 4 replies
-
- php function
- genesis
-
(and 2 more)
Tagged with:
-
I have a form which has multi-value select fields (Bootstrap) in which I can use to submit an array of data to the database. Now, the issue is I am having trouble retrieving that array with json_decode(). The issue is my array format for returning values: <?php echo json_decode( $this->prog[0]['schoolKey']) ); ?> When echoing out the above, I get the follow error message: "stripslashes() expects parameter 1 to be string, array given in ..." I know there is a easy solution, but I've been working 12 hours long and I can barely see straight. Any help with this is greatly appreciated.
-
I want to start a project where members can buy and sell videogames and have some experience in OOP programing in MVC with actionscript and PHP. I'm looking for the best way to setup this platform with the benefits of all there is today on the frameworks. I want to speedup the process to make use of frameworks with functions which I use. I think I need a simple webshop framework like Opencart e.g and build the rest on top of it so that members can also sell their own videogames. What framework will do the trick best for me in this situation? I've play a little with Codeigniter but I'm asking myself if this will be good enough for future extensions ore must I go for Zend or Sympony with an ecommerce module or framework? Can you also tell me why it is the best setup for this platform? Thanks for your suggestions! Cheers
-
I'm not 100% sure that this is the best place for this thread, however I wanted to know which micro-frameworks you guys use (if any). They're not always the best to use, however I've been using Flight for quite a while and I love it, but I moved to Flight from Slim, so I'm just wondering if there isn't an even better framework I should be using. I've ventured into the larger supported frameworks like CakePHP, and Fuel, but I don't really like them; I mostly do smaller projects which require as little overhead as possible.
- 8 replies
-
- framework
- micro-framework
-
(and 1 more)
Tagged with:
-
Good Day Everyone, I recently was looking for a decent framework to build a new website on and at a glance Yii Framework (http://www.yiiframework.com/) seemed to suit my needs. But after starting to work with I noticed it is perhaps a little too user friendly. I am now tossing up between CodeIgniter (http://ellislab.com/codeigniter) and PHPDevShell (http://www.phpdevshell.org/). If anyone has any prior experience with either frameworks I would love to hear your thoughts. While Yii generates a lot of code for you, providing a base to work off. I have always preferred building functionality myself in conjunction with a framework that doesn't provide a base for you. Any thoughts, ideas are welcome. Kind Regards, Ace
- 5 replies
-
- framework
- codeigniter
-
(and 1 more)
Tagged with: